• 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 question

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I know how to code in java pretty good (i guess)
and I know some MQ series stuff websphere mq 5.3

but..

how does JMS fit with all this??
My company is going to j2ee
and I want to know how to learn JMS and how it will work with WMQ 5.3..

where should I go, the sun tutorial seems a little abstract..

any help is awesome!! thanks
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ryan - A JMS 1.0.2b implementation ships with WebSphere MQ 5.3, although I believe it isn't installed by default. This was updated to JMS 1.1 in CSD6. For information about how to use it, I would look at the MQSeries "Using Java"
book. This can be found at

http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/manuals/crosslatest.html

Hope this helps,

Ben.
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may also consider to read the book about JMS and WAS:
Enterprise Messaging Using Jms and IBM Websphere

Nick
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might want to start with the Embedded Messaging in WSAD 5.1.x. That way you can write some simple JMS point to point or pub/sub applications.

I would also be good to experiment with the JMSAdmin tool that comes with MQ. It is one way you can bind objects (QueueConnectionFactories, Topics, etc) in the JNDI namespace.

Look at these:

http://www-106.ibm.com/developerworks/ibm/library/i-jms2/
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0307_wilkinson/wilkinson1.html


Cheers!
reply
    Bookmark Topic Watch Topic
  • New Topic