tags:

views:

64

answers:

2

Although JBoss seem to receive the JMS messages (I can list them through jmx-console) it doesn't process them. They stayed queued forever. What might be the reason for that?

A: 

What should process them? Do you have any JMS client running?

Pascal Thivent
A: 

Do you have a message consumer running to process the queue?

This could be something like a message driven bean, or another JMS client connecting to the queue.

BenM