Versions Compared

Key

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

...

Deploy a JMS Resource Adapter with server scope.
java -jar <geronimo_home>\bin\serverdeployer.jar gerjms.rar

Deploy an enterprise application that uses OpenJMS.
java -jar <geronimo_home>\bin\serverdeployer.jar gerjms.ear <plan_home>\geronimo-application-openjms.xml gerjms.ear

The following example shows sections of Geronimo application plan for using OpenJMS. The properties for Outbound and Inbound communication are specified in the Message Bean and the Connector.

...