| Author |
messages are not consuming in jboss 5.1.1 EAP
|
sagar shiraguppi
Ranch Hand
Joined: Jul 16, 2007
Posts: 74
|
|
|
Messages are not consumed in jboss 5.1.1 , ejb 2 Message driven beans are used in the application which is deployed in the JBoss 5.1.1 EAP the same application was running on jboss 4.04 without any issues, in jmx console we are seeing the message count increasing whenever we place the new messages, but those messages are not getting consumed, in logs no information is getting printed, please let me know the possible mistakes here.
|
 |
E Armitage
Ranch Hand
Joined: Mar 17, 2012
Posts: 220
|
|
|
Do you see the MDBs as started on the console?
|
 |
sagar shiraguppi
Ranch Hand
Joined: Jul 16, 2007
Posts: 74
|
|
@E Armitage
yes console is showing beans are started.
|
 |
E Armitage
Ranch Hand
Joined: Mar 17, 2012
Posts: 220
|
|
If the destinations are not bound correctly on the MDB then you should see errors on startup to that effect.
So destinations for the MDBs are bound but maybe perhaps you are sending messages to the wrong destinations?
Or the delivery is being stopped by some other config? Is DeliveryActive set to true?
|
 |
sagar shiraguppi
Ranch Hand
Joined: Jul 16, 2007
Posts: 74
|
|
@E Armitage
Could you please let me know where exactly I will find 'DeliveryActive'?
Message counter is getting increased whenever i place the message programitically, and jmx console also showing that there are two consumers available. Please let me know what next to be done to resolve this issue.
Thank you.
|
 |
 |
|
|
subject: messages are not consuming in jboss 5.1.1 EAP
|
|
|