Websphere MQ Connector Stage with Active MQ

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Naren12345babu
Premium Member
Premium Member
Posts: 76
Joined: Wed Jan 06, 2016 9:40 am
Location: Bangalore

Websphere MQ Connector Stage with Active MQ

Post by Naren12345babu »

Hi,

Can anyone tell me whether I can use Websphere MQ Connector stage with ActiveMQ
Thanks
Naren Babu Ch
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post 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
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Naren12345babu
Premium Member
Premium Member
Posts: 76
Joined: Wed Jan 06, 2016 9:40 am
Location: Bangalore

Post 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.
Thanks
Naren Babu Ch
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply