Use of MQ-Series

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
getsatish_gk
Participant
Posts: 104
Joined: Sat Dec 24, 2005 1:26 am
Location: Bengaluru

Use of MQ-Series

Post by getsatish_gk »

Hi All :D

I have a new project to take up :) . here its extracting webservice data and use of MQ -series. Can any body tell me in what could be sinarios for using MQ series?. :cry: Also output is to get XML files. :shock:

Thks in Adv
Satish GK 8)
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Hi Satish,

Gosh - That's a rather broad post if ever I saw one!

If you want to understand more about MQSeries I suggest you take a look at the <a href="http://www-306.ibm.com/software/integra ... manuals</a> or one of the user sites like <a href="http://www.mqseries.net/">this one</a>.

Regarding your XML query, I suggest you read the documentation for the XML stages then post a more detailed question.

HTH, :-)
J.
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There are specific stage types for working with MQ Series queues and with XML. As suggested review the manuals for these. If you're unfamiliar with the technologies, organize to be briefed by someone who is familiar, ideally with how the technology is used at that site.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

Hi Sateesh,

A friendly advice: Don't take that oppurtunity coz i know the client you are referring too orelse you will have tough time and so does they (that is critical for them).

Sam
getsatish_gk
Participant
Posts: 104
Joined: Sat Dec 24, 2005 1:26 am
Location: Bengaluru

Post by getsatish_gk »

Hi sam,

Pl. can be tell me in detail 8) . It seems that you know the req. :P
meanwhile i am going thro' the manuals and sites on mq and xml's

Satish :)
us1aslam1us wrote:Hi Sateesh,

A friendly advice: Don't take that oppurtunity coz i know the client you are referring too orelse you will have tough time and so does they (that is critical for them).

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

Post by eostic »

Hi Satish...

What is it that you are trying to do? Using MQ to receive XML is a perfect pattern for using DataStage. MQ receives a payload that contains an entire XML document, and then sends it to an XMLInput Stage so that it can be parsed out into individual tables (each "link" getting a distnct set of possible repeating elements)..... you'd be advised to play with the MQ Stage as a source, working with its various termination options, and then also separately with the XMLInput Stage, seeing how it defines elements and attributes as columns on an output link.

That being said, as other writers have advised, the documentation for both stages is fairly good. Let us know if you have any more specific questions.

Ernie
Post Reply