Author |
Message
|
ameya_nayak |
Posted: Mon Jul 15, 2013 8:12 am Post subject: MQoutput and MQInput |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
Hi
I am creating a audit flow for WMB
.My requirement is I will be sending a file to MQout node and there will one MQInput node which will be listening to message in MQOutput node
But anyhow I am able to send message to MQOutput node successfully but not able to rad message form MQinput node
Thanks |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 15, 2013 8:17 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
ameya_nayak |
Posted: Mon Jul 15, 2013 9:03 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
My MQOutput node and MQInput node are in different flow |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 15, 2013 9:23 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
ameya_nayak |
Posted: Mon Jul 15, 2013 9:34 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
Trace node XMNSC body is empty for MQInput node which is in another flow |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 15, 2013 9:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ameya_nayak wrote: |
Trace node XMNSC body is empty for MQInput node which is in another flow |
And the Trace node before the MQOutput shows an XMLNSC body? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jul 15, 2013 9:49 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
ameya_nayak wrote: |
Trace node XMNSC body is empty for MQInput node which is in another flow |
So the message is getting to the second flow (else the second flow would have no Trace output), but the input parser is not set properly ?
Is the Trace node directly after the input node with no other nodes in between? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
ameya_nayak |
Posted: Mon Jul 15, 2013 12:11 pm Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
Trace node after MQOutput node is showing data for XMLNS
but Tarce node for MQInput node ,ther is no data for XMLNS
But I have noticed that if I chaged the Message Domain from XMLNS to BLOB
there is a long string in Trace node |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jul 16, 2013 3:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
What version of the product are you on? Version numbers have four digits. Why are you not using XMLNSC ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
ameya_nayak |
Posted: Tue Jul 16, 2013 7:49 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
I am USING WMB 8.0.0.1
Here is my flow
HTTPInput ---- MQOutput
MQInput ----- HTTPReply
I ma passing xml file to HTTPInput and inside HTTPInput propertie i have used XMLNS itself
If I put trace node after MQOutput node, I am able to see Values inside XMLNS
but If I put Tarce node after MQInput node XMLNS tree structure is empty |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jul 16, 2013 7:57 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
ameya_nayak |
Posted: Tue Jul 16, 2013 7:58 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
I have used XMLNSC also but no luck |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 16, 2013 8:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ameya_nayak wrote: |
I have used XMLNSC also but no luck |
And the user trace (as distinct from the output of the Trace nodes) tells you....? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jul 16, 2013 8:06 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
ameya_nayak |
Posted: Tue Jul 16, 2013 9:31 am Post subject: |
|
|
Apprentice
Joined: 10 Jul 2013 Posts: 26
|
What I need to do for setting replyID? |
|
Back to top |
|
 |
|