BizTalk Server Applications Integration - WebSphere MQ Headers

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Applications Integration > October 2004 > WebSphere MQ Headers





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author WebSphere MQ Headers
ks

2004-05-22, 5:53 pm

Is it possible to access the MQ ReplyToQManager variable from BizTalk using the MQ Adaptor? We need to be able to specify different Queue Managers to send to.
Adam Smith [MSFT]

2004-08-02, 5:50 pm

Yes, you will need to create an orchestration for outbound messages. In
this orchestration create a message assigment shape then assign the
MQSeries.MQMD_ReplytoQManager property to the value you would like.

ie..

MyMessage1(MQSeries.MQMD_RepyToQMngr) = "MyQManager"
MyMessage1(MQSeries.MQMD_RepyToQ) = "MyQ"

--------------------[vbcol=seagreen]
using the MQ Adaptor? We need to be able to specify different Queue
Managers to send to.[vbcol=seagreen]

J. Lambert

2004-10-05, 5:54 pm

Can you explain what references are necessary to allow me to enter this
expression into the Message Assignment shape of the orchestration builder?
Do I need to add these references to the project file itself? For example,
typing (MQSeries. and the rest of the expression yields errors in the
orchestration.

Thanks!

"Adam Smith [MSFT]" wrote:

> Yes, you will need to create an orchestration for outbound messages. In
> this orchestration create a message assigment shape then assign the
> MQSeries.MQMD_ReplytoQManager property to the value you would like.
>
> ie..
>
> MyMessage1(MQSeries.MQMD_RepyToQMngr) = "MyQManager"
> MyMessage1(MQSeries.MQMD_RepyToQ) = "MyQ"
>
> --------------------
> using the MQ Adaptor? We need to be able to specify different Queue
> Managers to send to.
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com