Page 1 of 1

Websphere MQ Connector Stage with Active MQ

Posted: Fri Jan 08, 2016 12:44 am
by Naren12345babu
Hi,

Can anyone tell me whether I can use Websphere MQ Connector stage with ActiveMQ

Posted: Fri Jan 08, 2016 8:40 am
by eostic
Not likely. See if ActiveMQ has a JMS api, and then look at using the Java Integration Stage with your own java class that controls the management (reading/writing, etc.) of the queues.

Samples are in developerWorks here:

https://www.ibm.com/developerworks/comm ... e893c2aae3

Ernie

Posted: Fri Jan 08, 2016 10:44 am
by Naren12345babu
Hi,

Thank you for the reply.

I am working on a integration project POC. I can use any opensource MQ which is compatible with IBM Datastage-- Websphere MQ Connector.

What are the other open source MQ compatible with Websphere MQ Connector in datastage ?

Also, you have mentioned about Java Integration stage,
Is Java Integretion Stage available in Datastage 11.3 ? I could not find it. help me to know this.

Posted: Fri Jan 08, 2016 12:13 pm
by chulett
Naren12345babu wrote:Also, you have mentioned about Java Integration stage,
Is Java Integretion Stage available in Datastage 11.3 ? I could not find it. help me to know this.
The documentation link for your version. Not that hard to find out there.

Posted: Tue Jan 12, 2016 11:12 am
by ArndW
We added ActiveMQ in our project recently and it works like a charm. It was tough to get going, but once Ernie Ostic had pointed us in the right direction with the same link he posted earlier in this thread we got it working quickly.