PDA

View Full Version : Using webM IS as client for MQserver


rajesh kumar
08-09-2006, 01:40
Hi all,

I have to use my webMethods integration server as client to MQServer to get messages from particulatr Queue which resides on MQServer.

what can i do for that ?

I have some idea like we can connect to the MQserver as client in two different modes like
1.Client Mode
2.Bindings Mode

But i don't have any idea how to use these modes to connect to MQServer.
Please need help in this regards.

Thanks in advance
Rajesh

rmg
08-09-2006, 07:27
Basically you have to use IS add-on "WebsphereMQAdapter" for communicating with IBM MQSeries.

Documentation available in Advantage.webmethods.com site under Bookshelf.

HTH,
RMG

mcarlson
08-09-2006, 21:53
Or if you are using IBM's Websphere MQ JMS API, you can use the JMS Adapter to publish, receive and subscribe to JMS messages that use Websphere MQ as the JMS provider.

Mark

rajesh kumar
08-11-2006, 01:18
Hi RMG,Mark

Thanks for your replies.

My problem is my client is not willing to take licence for MQadapter,JMS Adapter to implement this functionality.So without using the MQadapter,JMS Adapters i have to that, I think we can do that using java also as i metioned in my question in which mode we can connect to MQserver and how we can use those modes like
1.Client Mode
2.Bindings Mode


Thanks in advance
Rajesh

griffima
08-11-2006, 07:38
The JMS adapter is not an add-on cost to the Integration Server license. You can download it as part of your distribution. I would highly recommend doing that instead of writing a java client.