| 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.
|
|
|