• 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

JMS Provider

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

I am astarter in JMS, and I have used the JMS in application Server. { Which was just creating the Queue in the console and start coding}

Now say if I don't have an Application Server, How can we works on JMS?
For that I got (from going through JMS) we need a JMS Provider.

So my query is
is any of the following
a) Tomcat
b) JBoss
is a JMS provider?


and if not then which one I can use?

I need a JMS Provider which can handle a lot of Messages, in the range of 1000000.
 
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
Just a few days back we had a similar discussion https://coderanch.com/t/511094/EJB-JEE/java/JMS
 
Gagan Tiwari
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks Jai Kiran

It helped a lot.

However there are many options which are suggested in the Post, which one is more suitable for handling large number of messages?

Any one who have worked on these JMS Provider can suggest.
 
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

Gagan Tiwari wrote:

However there are many options which are suggested in the Post, which one is more suitable for handling large number of messages?



Personally I'm a bit biased towards HornetQ since it belongs to JBoss. But I'll point to these articles which have concrete numbers to prove which one is better:

HornetQ sets SPECjms2007 record

HornetQ performance comparison against other JMS providers
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache QPID is the best!!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic