Author |
Message
|
Nikitich |
Posted: Tue Jan 26, 2010 11:01 pm Post subject: MQ API client => JMS consumer. Group of messages. |
|
|
Newbie
Joined: 26 Jan 2010 Posts: 7
|
Dear All,
Context:
- WMQ v.6.0;
- MS Windows, .Net and Linux distributed environment;
- MS Win .Net client uses IBM MQ API to submit a group of messages;
- Linux JMS consumer wants to get it right.
- multiple threads.
Questions:
1. Is the above is possible without offline negotiations between client and consumer?
If - "Yes":
2. Could you please direct me with the links?
3. As a free extra:
Could you please elaborate ?
Thank you.
-
Nikitich |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 27, 2010 5:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
Nikitich |
Posted: Wed Jan 27, 2010 10:00 am Post subject: |
|
|
Newbie
Joined: 26 Jan 2010 Posts: 7
|
mqjeff,
Thank you for the info and links.
I am not dealing with web services.
I already have client and consumer exchanging with group of messages, both using WMQ API, both - .Net based.
A new consumer need to be introduced; it is Java (JMS) based on Linux.
Will JMS consumer be able to consume the message groups without requiring changes to the existing WMQ API client ? (- 'offline negotiation', sorry for confusion).
I am asking for help, yes free one.
thank you. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 27, 2010 11:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you prototyped it? What have you tried so far?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Nikitich |
Posted: Wed Jan 27, 2010 12:21 pm Post subject: |
|
|
Newbie
Joined: 26 Jan 2010 Posts: 7
|
The following article:
http://www.ibm.com/developerworks/websphere/library/techarticles/0602_currie/0602_currie.html
describes how to send/receive group of messages when both: sender and receiver are either MQ API or JMS based.
I have a mixed case: submitter is MQ API based and is not willing to make changes; receiver wants to stay at JMS to avoid specific IBM MQ API.
I cannot have JMS properties at consumer side as suggested in the article for a JMS receiver, because I have MQ API based submitter. Can I?
Thank you. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 27, 2010 2:41 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Nikitich wrote: |
The following article:
http://www.ibm.com/developerworks/websphere/library/techarticles/0602_currie/0602_currie.html
describes how to send/receive group of messages when both: sender and receiver are either MQ API or JMS based.
I have a mixed case: submitter is MQ API based and is not willing to make changes; receiver wants to stay at JMS to avoid specific IBM MQ API.
I cannot have JMS properties at consumer side as suggested in the article for a JMS receiver, because I have MQ API based submitter. Can I?
Thank you. |
I don't see why the JMS consumer should not work when the messages are sent with the base API...
Again what have you tried?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|