jQuery in Action, 2nd edition
The moose likes Spring and the fly likes problems with JMS configuration. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "problems with JMS configuration." Watch "problems with JMS configuration." New topic
Author

problems with JMS configuration.

Juan Sotelo
Greenhorn

Joined: Dec 01, 2011
Posts: 10
No sure if this is the right place to do my ask, but I am going to give a try:

This is the code:


Well, I want to send my messages to a topic, not to a Queue. With this configuration all the messages are going to the Queue, not to the topic. I can see in the activemq admin page that the topic is not been created, and is created under the queue section?.

What, I am doing wrong?
Juan Sotelo
Greenhorn

Joined: Dec 01, 2011
Posts: 10
Like you see in the code, I already made the changes in order to change the destination and send all the messages to a topic:
<bean id="destination" class="org.apache.activemq.command.ActiveMQTopic"

Before I got:
<bean id="destination" class="org.apache.activemq.command.ActiveMQQueue">

The rare thing is that bouth configurations throws same results. What I am doing wrong?

regards and thanks for reading!
Juan Sotelo
Greenhorn

Joined: Dec 01, 2011
Posts: 10
I solve the problem with the following code:



Thanks.
 
 
subject: problems with JMS configuration.
 
Threads others viewed
XML name space error in Spring data JPA hibernate applicationContext.xml
Jms Transaction and Threads
Questions about JMS topics
Spring Annotation configuration
Spring JMS with IBM Websphere MQ5.3.1
MyEclipse, The Clear Choice