Step 1) Configure JMS Server with the following specifications:
Name: JMSServer_1
Persistant Store: (none)
Services à Messaging à JMS Servers
Step 2) Configure a JMS module and add a queue and a topic to the JMS module according to the following specifications:
JMS Module
Name: dizzyworldModule
Descriptor File Name: dizzyworldModule
Target: ManagedServer_1
SubDeployment
Subdeployment Name: dizzy1SubDeployment
Targets: ManagedServer_1, JMSServer_1
Queue
Name: dizzyworldQueue
JNDI Name: dizzyworldQueue
Template: None
Target: JMSServer_1
Topic
Name: dizzyworldTopic
JNDI Name: dizzyworldTopic
Template: None
Target: JMSServer_1
Services à Messaging à JMS Modules
Create a JMS Module
Create a Sub Deployment
Create a Queue
Step 3) Deploy messaging.war application
Step 4) Test the Application on ManagedServer_1 as we deployed all JMS resources on ManagedServer_1
http://192.168.1.196:9002/messaging/
Note: On the Topic (Unlike the Queue) , messages do not appear to be getting stored. This is because we do not have any durable subscribers registered for this topic.
No comments:
Post a Comment