Author |
Message |
Topic: PCFAgent issue |
fireguok
Replies: 12 Views: 12865
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 10, 2009 5:29 pm Subject: PCFAgent issue |
Sorry, after I define the parameters MQSAUTHERRORS/MQS_REPORT_NOAUTH, I figured out actually the user didn't have access to a couple of system queues.
I don't know why and I checked before and the ... |
Topic: PCFAgent issue |
fireguok
Replies: 12 Views: 12865
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 10, 2009 4:58 pm Subject: PCFAgent issue |
However, the tricky thing here is MQException was throwed by the following pcf code after I set the mcauser to be non mqm.
PCFAgent agent = new PCFAgent(mqSvr, mqPort, mqChl); |
Topic: PCFAgent issue |
fireguok
Replies: 12 Views: 12865
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 09, 2009 3:18 pm Subject: PCFAgent issue |
yes, all access to qmgr. no joy. |
Topic: PCFAgent issue |
fireguok
Replies: 12 Views: 12865
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 09, 2009 1:31 am Subject: PCFAgent issue |
Yes. I add all access to all queues/channels. |
Topic: PCFAgent issue |
fireguok
Replies: 12 Views: 12865
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 09, 2009 12:33 am Subject: PCFAgent issue |
I jwrote a jave program to retrieve all the queue depth. It worked fine if I use mqm use in both of the program and the server connection channel.
However it failed when I used a different userna ... |
Topic: Can we get all queue names : Java |
fireguok
Replies: 5 Views: 7193
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 09, 2009 12:30 am Subject: Can we get all queue names : Java |
You can use PCF for JAVA. |
Topic: trigger monitor |
fireguok
Replies: 8 Views: 5728
|
Forum: General IBM MQ Support Posted: Mon Mar 30, 2009 3:21 am Subject: trigger monitor |
Take listener as an example. We can use control command to check whether listener is running or not. But why not control command is available to check trigger monitor?
Of course we can check runmql ... |
Topic: trigger monitor |
fireguok
Replies: 8 Views: 5728
|
Forum: General IBM MQ Support Posted: Mon Mar 30, 2009 12:58 am Subject: trigger monitor |
How to check whether trigger monitor is running?
Thanks. |
Topic: Reason Code 2059 |
fireguok
Replies: 2 Views: 4369
|
Forum: General Discussion Posted: Thu Mar 26, 2009 4:22 pm Subject: Reason Code 2059 |
Thanks. I figured out issue and the quote was placed in the wrong position. |
Topic: Reason Code 2059 |
fireguok
Replies: 2 Views: 4369
|
Forum: General Discussion Posted: Thu Mar 26, 2009 3:58 pm Subject: Reason Code 2059 |
I tried to use amqsputc, but failed with 2059 error. I installed MQ server and client on one test machine.
set MQSERVER=WEBCLIENT.TO.REP\TCP\192.168.0.1(1416)
set MQCCSID=819
I also telnet 19 ... |
Topic: Durable messages always go to same queue? Why? |
fireguok
Replies: 10 Views: 10736
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 25, 2009 5:55 am Subject: Durable messages always go to same queue? Why? |
I have the same issue. The message is always published to the default queue ever I already defined the BROKERDURSUBQ.
Hi gpklos,
Have you figured out?
Thanks in advance. |
Topic: JMS Topic |
fireguok
Replies: 1 Views: 2772
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 24, 2009 11:51 pm Subject: JMS Topic |
I think I can create queue for each topic. The depth of the queue is the backlog of each topic. |
Topic: JMS Topic |
fireguok
Replies: 1 Views: 2772
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 24, 2009 2:42 am Subject: JMS Topic |
Is there a way to know the backlog of a topic and the list of topics provided by the connection factory?
I am very new to JMS.
Thanks in advance. |
Topic: Inquiring Channel status |
fireguok
Replies: 15 Views: 30185
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 16, 2009 12:13 am Subject: Inquiring Channel status |
How can i change the code? |
Topic: Inquiring Channel status |
fireguok
Replies: 15 Views: 30185
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 15, 2009 10:34 pm Subject: Inquiring Channel status |
I'm not sure if I understand you.
My objective is to list status of all the channel no matther what the status is.
Can I use PCF here? |