Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deploying Order processing sample application is pretty much the same as the deployment of JMS resources.

  1. Travel Navigate to Deploy New from the Console Navigation panel.
  2. Load Order.ear from Order/releases folder in to the Archive input box.
  3. Press Install button to deploy application in the server.

...

Listener application to the consignment queue. It will download the consignment requests in the local repository. As in the above mentioned application, first travel navigate to the Order/releases from a folder through command prompt. After that Then, issue the following command to start listening on the consignment queue.

...

This article has demonstrated the use of JMS features in Apache Geronimo with the ActiveMQ JMS server.It provides a hypothetical example which extensively used JMS features.

Following are some Some of the highlights in of this article .: -

  • Apache Geronimo is a J2EE 1.4 Certified application server and it that provides all the necessary features to support asynchronous mode of communication in enterprise applications.
  • Define JMS connection factories and related queues in a Geronimo enviroment.
  • Message Driven Beans are the components listening on JMS queues providing by the J2EE container.
  • Sending and recieving data to a defined queue as a remote client.