How do you configure queues in JMS

What is message object? when to use queue and topic?

Showing Answers 1 - 6 of 6 Answers

Need to configure for different appServers. Normally all the appserver has console but you need to configure for Jboss in a xml file. I think it is some JBoss-Jms.xml(not sure) but similar file like this.

  Was this answer useful?  Yes

dhilip.dina

  • Aug 18th, 2009
 

When we have to use Queue and Topic?

- If there are more than one listener server requesting for the same request in a runnable application, then we have to go for Topic


- If there is only one listener vendor for the Object, then we need to choose Queue.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions