|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MR01 supportpac installation and configuration |
« View previous topic :: View next topic » |
Author |
Message
|
sijesh.ttv |
Posted: Wed Jan 21, 2009 9:33 am Post subject: MR01 supportpac installation and configuration |
|
|
Novice
Joined: 03 Nov 2008 Posts: 15
|
Hi,
I have ended with a project requirement that connects MQ to SIB as a foreign bus.For MQ to connect to ESB clusters using multiple connection names,design team recommended to use MR01 supportpac.
Has anybody configured MR01 supportpac?If yes,could you please tell me how to configure the MR01 supportpac step by step using commands?I have downloaded the mr01exit.c program.As per the readme file,I need to compile and link edit this to get a library.Also it will be appreciated if you can tell me whether any XmitQ concept is required for transmitting the meessages from MQ to SIB using SENDER channel. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 21, 2009 10:49 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
LMD |
Posted: Wed Jan 21, 2009 1:59 pm Post subject: Re: MR01 supportpac installation and configuration |
|
|
 Acolyte
Joined: 30 Oct 2002 Posts: 56 Location: Paris - France
|
sijesh.ttv wrote: |
Hi,
I have ended with a project requirement that connects MQ to SIB as a foreign bus.For MQ to connect to ESB clusters using multiple connection names,design team recommended to use MR01 supportpac.
Has anybody configured MR01 supportpac?If yes,could you please tell me how to configure the MR01 supportpac step by step using commands?I have downloaded the mr01exit.c program.As per the readme file,I need to compile and link edit this to get a library.Also it will be appreciated if you can tell me whether any XmitQ concept is required for transmitting the meessages from MQ to SIB using SENDER channel. |
I have installed the MR01 two or three times, it's really straigtforward :
1 - Compile this exit. The tricky part, as you probably need to install a C compiler.
2 - Put the objet on var/mqm/exits64
3 - Fin on each WAS server the value of SIB_MQ_ENDPOINT_ADDRESS
3 - Create a file (for example in var/mqm/exits64) with the layout explained in the doc
Example :
00
HOST1(9104)
HOST2(9118)
HOST3(9104)
HOST3(9118)
Alter the WMQ channel configuration with something like :
MSGEXIT(mr01exit(ChannelExit)') +
MSGDATA('/var/mqm/exits64/mr01')
where "mr01" is the name of the port files.
Don't forget to lower short retry for the channel, for example :
SHORTRTY(120) +
SHORTTMR(10)
HTH, LMD. _________________ lmd_at_demey-consulting.fr - http://demey-consulting.fr - Paris, France.
WMQ, WAS & IIB Certified.
#IBMChampion |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|