amazon

Wednesday, January 4, 2012

Verify the messaging engine startup

 
A messaging engine is a server compone1nt that provides the core messaging function of a service integration bus. A messaging engine manages bus resources and allows applications to communicate with the bus. 

Each messaging engine is associated with a server that has been added as a member of a bus. When you add an application server as a bus member, a messaging engine is automatically created for this new member. If you add the same server as a member of multiple buses, the server is associated with multiple messaging engines (one messaging engine for each bus). However, in its simplest form a bus can be realized by a single engine. 

Messaging engines are given a name, which is based on the name of the bus member. Each messaging engine also has a universal unique identifier (UUID) which provides a unique identity for the messaging engine. If you delete and recreate a messaging engine, it will have a different UUID and will not be recognized by the bus as the same engine, even though it may have the same name. For example, the recreated messaging engine will not be able to access the data store that the earlier instance used. If you accidentally delete a messaging engine configuration, and save the updated incorrect configuration, you must restore the configuration from a previous configuration backup. 

Each messaging engine has its own data store. A messaging engine uses an instance of a JDBC data source to interact with the database that contains the data store for that messaging engine. 

You can stop messaging engines using different mechanisms and with different degrees of urgency. Stopping a messaging engine prevents it from sending any messages.
To verify the messaging engine startup, do the following:
1.       Ensure the server1 application server has been restarted.
2.       Start the WebSphere Administrative Console.
3.       Select Service integration > Buses.
4.       Click IBASampleBus.
5.       Under Additional Properties, click Messaging engines.
6.       You should see the green arrow under Status to note the RADNode.server1-IBASampleBus Messaging Engine has been started.

0 comments:

Post a Comment