• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

messages are not consuming in jboss 5.1.1 EAP

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Rancher
Posts: 989
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you see the MDBs as started on the console?
 
sagar shiraguppi
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@E Armitage

yes console is showing beans are started.
 
E Armitage
Rancher
Posts: 989
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@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.
 
keep an eye out for scorpions and black widows. But the tiny ads are safe.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic