Can DataStage write to JMS Queue

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
mkiru23
Premium Member
Premium Member
Posts: 33
Joined: Thu Nov 20, 2003 4:33 pm
Location: SFL

Can DataStage write to JMS Queue

Post by mkiru23 »

Please let me know if we can write to JMS queue, I have no knowledge of queue services.
The requirement is to read 4M rows from Oracle table and write to JMS Queue.

I did searched in this forum, I didn't find direct answer.

Thanks
Kumar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Look again... you should find a variety of entries on using JavaPack to do this. Look also at my blog below...I illustrate a few ways to use JavaPack, and others have entered great info into this forum on JavaPack also.

There are lots of considerations, but the first is "how to use a java class inside of DS"...... these resources should get you started on the right track.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
mkiru23
Premium Member
Premium Member
Posts: 33
Joined: Thu Nov 20, 2003 4:33 pm
Location: SFL

Post by mkiru23 »

eostic wrote:Look again... you should find a variety of entries on using JavaPack to do this. Look also at my blog below...I illustrate a few ways to use JavaPack, and others have entered great info into this forum on JavaPack also.

There are lots of considerations, but the first is "how to use a java class inside of DS"...... these resources should get you started on the right track.

Ernie
Can we connect using any stage instead of Java Package. I don't see Java Package in my Enterprise 8.1 edition does we need to buy this or is there any work around.

Thanks
Kumar
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

JavaPack is the general term for the JavaTransformer and JavaClient Stages. This "is" the way to connect to JMS. Look in the real-time category of stages. They are installed automatically in 8.1. Then spend some time with http://dsrealtime.wordpress.com/2008/03 ... tage-jobs/ . You will also need to have available yourself or on your team someone with java and java/JMS skills.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
mkiru23
Premium Member
Premium Member
Posts: 33
Joined: Thu Nov 20, 2003 4:33 pm
Location: SFL

Post by mkiru23 »

eostic wrote:JavaPack is the general term for the JavaTransformer and JavaClient Stages. This "is" the way to connect to JMS. Look in the real-time category of stages. They are installed automatically in 8.1. Then spend some time with http://dsrealtime.wordpress.com/2008/03 ... tage-jobs/ . You will also need to have available yourself or on your team someone with java and java/JMS skills.

Ernie
Thanks Ernie, Mgr is evaluating between JMS Queue and IBM MQ, I think IBM MQ is more easy and flexible to read/write.

Regards
Kumar
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Writing to JMS queue has its own advantages. Since its code based
you have lot of flexibility unlike websphere mq which is tool based.
You can build your own JMS Queue wherea the websphere mq software needs to licensed (since now datastage is part of ibm you may get it cheap)


Regards
Sreeni
Post Reply