|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem Regarding Java PCF jars |
« View previous topic :: View next topic » |
Author |
Message
|
darring |
Posted: Tue Sep 09, 2008 6:26 am Post subject: Problem Regarding Java PCF jars |
|
|
Apprentice
Joined: 14 Jun 2008 Posts: 36
|
Hi,
I have a java program to create a Sender channel. I have written,
request = new PCFMessage(CMQCFC.MQCMD_CREATE_CHANNEL);
request.addParameter (MQCFST.MQCACH_CHANNEL_NAME, ChannelName)
request.addParameter(MQCFIN.MQIACH_CHANNEL_TYPE, MQC.MQCHT_SENDER);
It's complaining saying MQC.MQCHT_SENDER cannot be respolved. Could anyone tell me what's the problem with this??? I have MQ and PCF jars in proper place.
Thanks |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Sep 09, 2008 6:42 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi darring,
See if this helps
Code: |
PCFMessage request = new PCFMessage(CMQCFC.MQCMD_CREATE_CHANNEL);
request.addParameter(CMQCFC.MQCACH_CHANNEL_NAME, ChannelName);
request.addParameter(CMQCFC.MQIACH_CHANNEL_TYPE, CMQXC.MQCHT_SENDER); |
Regards. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 09, 2008 7:57 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Remember if you create a sender channel you need at least to add a conname and an xmitq. There are minimum requirements to creating a sender channel.  _________________ MQ & Broker admin |
|
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
|
|
|
|