http://www.biztalkgurus.com/forums/14837/ShowThread.aspx#14837 – in this post I've asked if there is possibility to get MQSeries Properties – But ive found that that is easy – from Microsoft site.
Now I have another question: is There possibility to do such a thing for MQSC adapter ? (because we intend to use MQSC adapter on our system)
definitions of remote MQSeries Server, by which my client will use:
———————————————————————————————————————————
msgSomeMessage(Something.SomeQueueName) = "Q1";
msgSomeMessage(Something.SomeQueueManagerName) = "QM_QueueManager";
msgSomeMessage(Something.SomeQueueConnectionProps) = "123.4.5.6:1414";
———————————————————————————————————————————
etc.