|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
channel description and queque description |
« View previous topic :: View next topic » |
Author |
Message
|
chuis |
Posted: Thu Apr 13, 2006 8:08 am Post subject: channel description and queque description |
|
|
Newbie
Joined: 13 Apr 2006 Posts: 4
|
Hello masters,
I can not to show channel description field ("DESCR")
Please help me …
See below a chunk of my code, what is attribute I should joint to attrs array ?
----
int [] attrs =
{
CMQCFC.MQCACH_CHANNEL_NAME,
CMQCFC.MQCACH_CONNECTION_NAME,
CMQCFC.MQIACH_MSGS,
CMQCFC.MQCACH_LAST_MSG_DATE,
CMQCFC.MQCACH_LAST_MSG_TIME,
CMQCFC.MQIACH_CHANNEL_STATUS ,
CMQCFC.MQIACH_CHANNEL_INSTANCE_TYPE,
CMQCFC.MQIACH_CHANNEL_TYPE
};
// ...now add the parameter for these attributes
request.addParameter(CMQCFC.MQIACH_CHANNEL_INSTANCE_ATTRS, attrs);//
Thank you very much …
Friendly,
Chuis
|
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 13, 2006 8:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
wschutz |
Posted: Thu Apr 13, 2006 8:27 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Searching for "addParameter" will give a few hts when using PCF messages is discussed. _________________ -wayne |
|
Back to top |
|
 |
chuis |
Posted: Mon Apr 17, 2006 11:28 pm Post subject: |
|
|
Newbie
Joined: 13 Apr 2006 Posts: 4
|
thank you very much
I will try ... |
|
Back to top |
|
 |
chuis |
Posted: Tue Apr 18, 2006 12:25 am Post subject: |
|
|
Newbie
Joined: 13 Apr 2006 Posts: 4
|
I have tried to join
CMQCFC.MQCACH_DESC
to my attr list :
CMQCFC.MQCACH_CHANNEL_NAME,
CMQCFC.MQCACH_CONNECTION_NAME,
CMQCFC.MQIACH_MSGS,
CMQCFC.MQCACH_LAST_MSG_DATE,
CMQCFC.MQCACH_LAST_MSG_TIME,
CMQCFC.MQIACH_CHANNEL_STATUS ,
CMQCFC.MQIACH_CHANNEL_INSTANCE_TYPE,
CMQCFC.MQCACH_DESC
but it dosn't match result ?!
when I take off CMQCFC.MQCACH_DESC, every thing is ok
please help me to obtain channel desciption
I'm lost |
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 18, 2006 2:35 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
chuis |
Posted: Tue Apr 18, 2006 11:55 pm Post subject: |
|
|
Newbie
Joined: 13 Apr 2006 Posts: 4
|
I got it ... it works now
thank you very much ...
yoppiiiiiiii |
|
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
|
|
|
|