• 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 vs MQSeries

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working with a client who will be implementing a data link via a new public network carrier. The link will be a private Frame Relay connection with a firewall between the two companies. The carrier provides a CORBA compliant
client module that we believe is event driven. Our client's interface to this module can be written in Java or C++. The vendor provides sample frameworks for both.
I would like to see them implement a messaging infrastructure throughout the entire application system, and they are up for the idea. I'd like to get your thoughts on the issue of Java versus C++ for writing their code, and on MQSeries
versus JMS for the messaging. There will be a number of point to point handoffs between application programs, but some of the hand offs could occur through pub/sub.
There are several programs that may be appropriate for Java, but most of the system will probably be written in C. It runs in an HP-UX environment. The incoming messages will stream in 24x7 at a maximum rate of 7,000 messages about 2K long per day. There will also be a much lower volume of outbound messages, perhaps 500 per day, but probably even less than that.
Thanks

------------------
Pichaimani
 
reply
    Bookmark Topic Watch Topic
  • New Topic