This application an poc for JMS-2.0 which uses annotations to define and use JMS modules.
This example demonstrates use of the following key JMS annotations:
- @JMSDestinationDefinitions
- @JMSDestinationDefinition
- @JMSConnectionFactoryDefinition
- @JMSConnectionFactory
The application is packaged as a simple war and was tested on Welogic 12.2.1.
This application can also be treated as an example for using CDI in a war (beans.xml in WEB-INF)
This app is used to load balance the inbound traffic for weblogic server to multiple weblogic managed servers in a cluster in Round Robin fashion.