| Author |
java to mq
|
ven kumar
Greenhorn
Joined: May 27, 2003
Posts: 3
|
|
Hello, we are using weblogic 6.1 and we have a MQ server setup and a queue is created. I want to know how to write to this queue from my java program? Any help is appreciated. ven
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Use the JMS classes that ship with WebSphere MQ 5.3 (if you have not yet upgraded to WebSphere MQ (formerly MQ Series) 5.3 yet -- do so quickly!) You can then set up MQ Series as a "JMS Provider" in Weblogic. Read the WebSphere MQ docs for information on the JMS class libraries. Kyle
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
 |
|
|
subject: java to mq
|
|
|