Author |
Message |
Topic: MQ 2009 exception after system recover from standby status |
leland
Replies: 3 Views: 3812
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 05, 2010 11:25 pm Subject: MQ 2009 exception after system recover from standby status |
Any chance I can get the 2009 error message from the exception immediately? |
Topic: MQ 2009 exception after system recover from standby status |
leland
Replies: 3 Views: 3812
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 05, 2010 7:53 pm Subject: MQ 2009 exception after system recover from standby status |
hi, guys
I found that it takes so long for xms.net api to throw the mq 2009 exception after the system recover from standby status, maybe 5 or 6 minutes, and the message consumer can not receive an ... |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 18, 2009 12:37 am Subject: Help! MQ reason code: 3156! Durable subscriber... |
follow the keep alive route... better experience that way.
Thanks.
According to the mq reference, the keep alive setting only works on z/os platforms, so i need to change the keep ali ... |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 14, 2009 10:02 pm Subject: Help! MQ reason code: 3156! Durable subscriber... |
And now every time an MQClient is busy doing some work for more than 9.9 seconds and it doesn't issue an MQ API call you told MQ to kill the connection. Have fun chasing down all the 2009 MQRCs all yo ... |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 14, 2009 6:17 pm Subject: Help! MQ reason code: 3156! Durable subscriber... |
Problem solved
The broker needs some time to realize that the connection between subscriber and mq is disabled, and this value can be set via the following command:
amqmdain reg <qm_n ... |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 14, 2009 2:05 am Subject: Help! MQ reason code: 3156! Durable subscriber... |
You did help me, gunter  |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 14, 2009 1:05 am Subject: Help! MQ reason code: 3156! Durable subscriber... |
Did you search the IBM-site? There was a related problem in 5.3.
Even if it's not your problem, you'll find there information about how it works.
BTW: it's the wrong forum here
Thanks gunter.
... |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 13, 2009 11:36 pm Subject: Help! MQ reason code: 3156! Durable subscriber... |
Any suggestion or work around will helps me a lot. Appreciate it! |
Topic: Help! MQ reason code: 3156! Durable subscriber... |
leland
Replies: 10 Views: 11725
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 13, 2009 11:32 pm Subject: Help! MQ reason code: 3156! Durable subscriber... |
Hi,
I have a problem with the durable subscriber, can anyone help me? Thanks in advance
I was testing my application today, the application contains a durable subscriber connected to a remote ... |
Topic: Subscriber throw exception when system time changed |
leland
Replies: 2 Views: 5494
|
Forum: General Discussion Posted: Sun Feb 15, 2009 6:12 pm Subject: Subscriber throw exception when system time changed |
Hi,
its not a good idea to change the system time if time critical programs are running. Timeouts are calculated by differences between timestamps.
Changing the time my result in negativ values, t ... |
Topic: IMessageProducer.Send() timeToLive is not working? |
leland
Replies: 1 Views: 2603
|
Forum: General IBM MQ Support Posted: Fri Feb 13, 2009 12:22 am Subject: Problem solved. |
Seems the upgrade isn't work...
I have tested this many times the other day after I updated, and the message can be removed from the queue when expired, but it can not be removed again to ... |
Topic: IMessageProducer.Send() timeToLive is not working? |
leland
Replies: 1 Views: 2603
|
Forum: General IBM MQ Support Posted: Thu Feb 12, 2009 10:08 pm Subject: IMessageProducer.Send() timeToLive is not working? |
Hi
Is there any one can help me with this problem?
I am using xms 4 .net and trying to send a msg with a expire time like 15 minutes, the msg is sent successfully, and no client receive this msg ... |
Topic: Subscriber throw exception when system time changed |
leland
Replies: 2 Views: 5494
|
Forum: General Discussion Posted: Thu Feb 12, 2009 6:08 pm Subject: Subscriber throw exception when system time changed |
Hi
I am writing .net application using XMS, there is a durable subscriber in the application, everything works fine until I change the system's time(WinXP SP2), the mq connection receives an except ... |