× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Temenos connectors - MQ series

  • ironmaiden
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
18 years 10 months ago #407 by ironmaiden
Temenos connectors - MQ series was created by ironmaiden
Good question and something new...let me put my brains on work with this.....
_________________
NJOY LIFE TO THE FULLEST

Please Log in or Create an account to join the conversation.

More
18 years 10 months ago #406 by Shenbagavalli
Replied by Shenbagavalli on topic Temenos connectors - MQ series
Hi,

Nice to see the conversations on various technical topics.

Can u provide some information about how to establish a connection to MQ series with Temenos Connectors... and what is the format of the message that needs to be passed through MQ series...

Wishes,
Shenba

Please Log in or Create an account to join the conversation.

More
18 years 8 months ago #408 by takoor
Replied by takoor on topic Temenos connectors - MQ series
Sorry for the late reply. Was a bit busy.

- Ensure your setup in the conf directory (channels.xml)
is done correctly using the queue name ,channel and mq manager is as configured in mqseries as per exemple below.

The format to be used is to be comma delimited as required by the version you are using e.g. ENQUIRY.SELECT,,ATMB99/123456/,ISOSTMT,ACCOUNT:EQ=01000286,BOOKING.DATE:GT=19991231


<CHANNEL> <NAME>mq.sample</NAME>
<TIMEOUT>15</TIMEOUT>
- <ADAPTER>
<TYPE>mqseries</TYPE>
<MQHOST>localhost(1414)</MQHOST>
<MQMANAGER>qm.test</MQMANAGER>
<MQQUEUE>test.in</MQQUEUE>
<MQCHANNEL>ch.test</MQCHANNEL>
- <CONSUMER>
- <!--
<REPLYQUEUEPARAMETERS>NONE</REPLYQUEUEPARAMETERS>
-->
- <!--
<REPLYQUEUEPARAMETERS>ALL</REPLYQUEUEPARAMETERS>
-->
- <!--
<REPLYQUEUEPARAMETERS>QMANAGER_QUEUE</REPLYQUEUEPARAMETERS>
-->
<REPLYQUEUEPARAMETERS>QUEUE</REPLYQUEUEPARAMETERS>
<MQHOST>localhost(1414)</MQHOST>
<MQMANAGER>qm.test</MQMANAGER>
<MQQUEUE>test.out</MQQUEUE>
<MQCHANNEL>ch.test</MQCHANNEL>
</CONSUMER>
</ADAPTER>
</CHANNEL>
- <CHANNEL>
_________________
takoor

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds