• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Extracting message from the queue

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

We are using Jboss-4.2.3.GA with jboss messaging. We have serveral queues configured in our application.
Some of the messages are struck in the queue.

We have verified through jboss web-console, there we can see the graph and some other configuration details of the queue.
We also verified in jbm_msg and jbm_msg_ref tables. There we couldnt find any possibilities to extract the message using message_id.

Is there any way to check the message from the queue?


Thanks in advance.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about QueueBrowser?

 
ravikanth reddy
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the information.
In weblogic from the console we can extract the message from the queue. Is there any possiblity in JBOSS for the same?
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From your first post in this thread, I thought you were looking for a way to check the contents of a queue without removing the messages:

ravikanth reddy wrote:
Is there any way to check the message from the queue?



But your recent message seems to indicate that you really want to remove those messages from the queue. Is that the case? I don't think there's a way to do it from the jmx-console or any tool (I don't have a server in front of me right now, so can't say for sure).

I guess you should first try to figure out why the messages aren't consumed from the queue. Do you have any MDB or consumer listening on that queue?

 
ravikanth reddy
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Thanks for the reply.

Problem is resolved by using QueueBroser. (We extracted the message from the queue). Problem was wrong JMS property was passing to the queue. My MDB unable to recoginze that message on the queue.
 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic