• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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!!
 
Whip out those weird instruments of science and probe away! I think it's a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic