| Author |
WebSphere MQ Headers
|
|
|
| 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.
>
>
|
|
|
|