• 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

Specifying JMS Queue size in OAS

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you know how to specify the JMS Queue's maximum threshold value(Queue Size)?

Is there any way, I can know about the total number of messages currently in JMS Queue.

When I send more number of messages to JMS Queue, some of the message are lost. So if I know about the above two, then I can stop sending the message to the Queue.

So all I want to know is ,

1. How to configure the maximum size of the JMS Queue?

2. How to know the number of messages in the JMS Queue?

Thanks,
 
Makesh Kumar Ramakrishnan
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No replies. Did I post it in Wrong section?

If so, Administrator, Can you please move this topic to the related

section?


Thanks,

Makesh
[ May 18, 2007: Message edited by: Makesh Kumar Ramakrishnan ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic