|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Novice Help |
« View previous topic :: View next topic » |
Author |
Message
|
AJ |
Posted: Mon Oct 01, 2001 9:24 am Post subject: |
|
|
Newbie
Joined: 30 Sep 2001 Posts: 1
|
Hi,
I'm new to MQSeries and MQSI.
My apologies if this is forum is for
experienced users only. (Would appreciate
forum address where I would find company).
I'm playing with sample Hello World
message flow that is in the redbook.
It consists of Input node and Output node
and copies messages on input queue to
the output queue.
I'm trying to write contents of message
to database. A simple insert statement
for table with 1 coulmn works with hardcoded
value.
How can I refer the message itself and save?
I tried Body, Root but it the SQL statement
fails for use of Null.
Any help will be appreciated.
Thanks |
|
Back to top |
|
 |
kolban |
Posted: Mon Oct 01, 2001 7:56 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
When a message is retrieved from an MQSeries queue by an input node, it is "parsed" into its constituent fields. You can see those fields by putting a trace node immediately after the input node. In the input node, you can describe how the message should be parsed. This may be self describing XML, fixed length structures using the MRM, many others using NEONMSG and a single chunk of data using BLOB (this is the default if nothing is defined).
What is the format of the incoming message? Is it composed of fields or just a chunk of binary data? |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|