Author |
Message
|
Chiku |
Posted: Fri Jan 05, 2007 3:29 am Post subject: Message Transformation |
|
|
Newbie
Joined: 27 Dec 2006 Posts: 4
|
Hi,
I am testing a simple message flow in WBIMB Toolkit.I need to change the mesage format and retrieve it.
For that I have defined a message set
1)But,Do I need to deploy that message set to the broker along with the message flow throusg the archive file?
2)o I needt o alter the esql code:particularly the line"SET OutputRoot = InputRoot" ?
Please advice......
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jan 05, 2007 3:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
My advice has not changed since your previous post http://www.mqseries.net/phpBB2/viewtopic.php?p=163184&highlight=#163184 - read the manuals and get some training.
As to your specific questions:
1) yes, or the flow can't use it
2) yes, in the same way a Java program needs more than the import statement at the top.
RTFM  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Chiku |
Posted: Fri Jan 05, 2007 3:58 am Post subject: Message Transformation |
|
|
Newbie
Joined: 27 Dec 2006 Posts: 4
|
Hi,
But I just wanna know if we can do that without message set,I guess message set is defined in case of developing message flow applications with mappings.
Can we do that with the help of ESQL only??
Thanks in advance |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jan 05, 2007 4:03 am Post subject: Re: Message Transformation |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Chiku wrote: |
Hi,
But I just wanna know if we can do that without message set,I guess message set is defined in case of developing message flow applications with mappings.
Can we do that with the help of ESQL only??
Thanks in advance |
Guess wrong. You can do mapping (ESQL/java) without any message set if your domain is XMLNS(C)
Follow Vitor's advice already  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jan 05, 2007 4:08 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
To be clear.
WMB is a complicated product. It's not easy to learn on your own. You're struggling, so you know what I'm saying.
Almost nobody who posts here and has expertise in WMB is willing to provide free training through use of this forum.
If you can't pay for training, you have to learn on your own. That means doing a lot of work, that starts and ends with reading the Info Center. The most important thing you can learn about learning WMB is how to use the Info Center. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jan 05, 2007 4:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
As a bare minimum try it and see what happens. Experiment. Especially with the very simple stuff you seem to be doing at the moment _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jeevan |
Posted: Fri Jan 05, 2007 6:54 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Chiku,
I do not have different view from vitor, jeff and saper. However, I am giving you some hints that may facilitate you to proceed in the journey of learning MB.
First of all, read the websphere message broker basis red book. The link is below:
http://www.redbooks.ibm.com/redbooks/pdfs/sg247137.pdf
Also, do the excercise given in the book. That would help you to understading mb better.
You must have a clear concept, knowing how to do is next step. If you dun know where you are going there is no point of asking the road.
Next, if you have product and if it is v6, there are sample gallary. Browese these sample gallaries. Import and run them. walkthrough the msgflow and msgset project. That would help you a lot.
If you have problem doing something, you can post in these forum. There are people willing to help you.
best wishes |
|
Back to top |
|
 |
pathipati |
Posted: Fri Jan 05, 2007 8:02 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
|
Back to top |
|
 |
|