Author |
Message
|
aravindbs |
Posted: Tue Jun 03, 2008 2:50 am Post subject: How to send messages from Java to IBM Websphere MQ V6 |
|
|
Newbie
Joined: 03 Jun 2008 Posts: 4
|
Hi all,
Am a begginer to this MQ. Please let me know how to send messages from Java to the MQ explorer.
Please let me know the connection settings that has to be carried out.
Thanks in advance,
ARAVIND |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Jun 03, 2008 3:04 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
MQExplorer is just a GUI for managing MQ objects...
so u mite be interested in sending msgs from java to MQ queue...
You need to have a look at MQ programming manual... and calll MQ API's to put/get the messages...
 _________________ Cheers |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 03, 2008 3:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
AkankshA wrote: |
MQExplorer is just a GUI for managing MQ objects...
so u mite be interested in sending msgs from java to MQ queue...
You need to have a look at MQ programming manual... and calll MQ API's to put/get the messages...
 |
Or set up MQ as a JMS provider and use the JMS API...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
aravindbs |
Posted: Tue Jun 03, 2008 4:05 am Post subject: |
|
|
Newbie
Joined: 03 Jun 2008 Posts: 4
|
Please a bit more explanative answer..... |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Jun 03, 2008 4:12 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
1) decide wht u want to do ?
is it putting msg on a MQ queue
If Yes
do u want to use MQ API or JMS API
IF MQ API - read about them and use in ur java code
IF JMS API - read about them and use in ur code and also makes MQ JMS provider..
If NO
specify what you want
Happy Reading  _________________ Cheers |
|
Back to top |
|
 |
aravindbs |
Posted: Tue Jun 03, 2008 4:13 am Post subject: |
|
|
Newbie
Joined: 03 Jun 2008 Posts: 4
|
set up MQ as a JMS provider and use the JMS API...???
I need a little bit of explanative answer about the above sentence...Not getting xactly...
Thanks in advance,
ARAVIND |
|
Back to top |
|
 |
aravindbs |
Posted: Tue Jun 03, 2008 4:18 am Post subject: |
|
|
Newbie
Joined: 03 Jun 2008 Posts: 4
|
Thanks for your help....I am making my requirement pretty clear...
I just wanna send a message from my java and it has to go to the specified queue.
Later from the Specified queue i should be able to browse and see my messages set in the Queues.
Please help me out...
Thanks,
Aravind |
|
Back to top |
|
 |
fschofer |
Posted: Tue Jun 03, 2008 4:35 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
|