Author |
Message |
Topic: Seq number on the sender channel |
ravip
Replies: 3 Views: 2915
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 15, 2005 6:36 pm Subject: Seq number on the sender channel |
We are using MQ version 5.3 and our OS is Sun Solaris, how does network stability affect this. |
Topic: Seq number on the sender channel |
ravip
Replies: 3 Views: 2915
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 15, 2005 7:39 am Subject: Seq number on the sender channel |
I'm having to set the seq num on our sender channel in order to resolve the message count out of synch issue. This is happening very frequently and I'm not sure what the reasons are behind that. Can a ... |
Topic: Server Connection Channel authenticating C# client |
ravip
Replies: 3 Views: 2585
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 09, 2005 12:41 pm Subject: Server Connection Channel authenticating C# client |
Thanks for the responses....what I wanted to do is to authenticate the users first in mqseries since for C# its not possible to set the userId. The problem is that the userId works in DEV without me g ... |
Topic: Server Connection Channel authenticating C# client |
ravip
Replies: 3 Views: 2585
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 08, 2005 1:34 pm Subject: Server Connection Channel authenticating C# client |
We have a server connection channel with the MCAUSER set to empty. The C# client is trying to connect to this MQ with a userid that has not been defined and granted permissions to connect on the serve ... |
Topic: Server connection channel authentication |
ravip
Replies: 3 Views: 3096
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 21, 2005 9:38 am Subject: Server connection channel authentication |
I have a server connection channel defined with a blank MCAUSER and one of the applications is trying to connect to our MQ and getting the 2035 not authorized exception. We've created a group for them ... |
Topic: Dead letter queue message reason code |
ravip
Replies: 1 Views: 2533
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 20, 2005 3:27 pm Subject: Dead letter queue message reason code |
how can In get the error code from this message on the dead queue. Here is the dump
00000000: 444C 4820 0100 0000 2208 0000 4E4C 4444 'DLH ...."...NLDD'
00000010: 2E49 4F4D 2E4F 5244 4552 2020 2 ... |
Topic: PTPSample01.java hangs when trying to get an MQ Connection |
ravip
Replies: 1 Views: 1869
|
Forum: IBM MQ Java / JMS Posted: Thu May 26, 2005 2:42 pm Subject: PTPSample01.java hangs when trying to get an MQ Connection |
We have MQ5.3 CSD09 installed on a sun solaris 5.8 machine. When using the PTPSample01.java program to put a sample message to a queue the program hangs and after a while gives a 2059 with a completio ... |
Topic: SYSTEM.BROKER.CONTROL.QUEUE getting full |
ravip
Replies: 4 Views: 5067
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 29, 2005 2:41 pm Subject: SYSTEM.BROKER.CONTROL.QUEUE getting full |
so can I go ahead and clear this queue and restart mqserver? what is the consequence of clearing out this queue? or can I increase the depth of this queue to see if that works? |
Topic: SYSTEM.BROKER.CONTROL.QUEUE getting full |
ravip
Replies: 4 Views: 5067
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 29, 2005 12:27 pm Subject: SYSTEM.BROKER.CONTROL.QUEUE getting full |
we have a pub/sub application installed and noticed that the system queue SYSTEM.BROKER.CONTROL.QUEUE is full after a certain time, but my application seems to be working ok, now should I go ahead and ... |
Topic: upgrading from CSD05 to CSD08 |
ravip
Replies: 3 Views: 2915
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 25, 2005 9:36 am Subject: upgrading from CSD05 to CSD08 |
we currently have MQ CSD05 and want to upgrade this to CSD08, do we have to delete the existing queue manager and reinstall it? can we take a backup of all the queues and channels or is there a more g ... |
Topic: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
ravip
Replies: 5 Views: 3525
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 11, 2005 3:04 pm Subject: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
yeah if the messages are non-persistent then they will be removed after the restart. In our case all the messages were redelivered since we had durable subscribers on those topics, but still restart i ... |
Topic: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
ravip
Replies: 5 Views: 3525
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 10, 2005 6:11 pm Subject: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
are you not going to loose the messages if you clear out the broker queue? is that the only way out of it? I restarted the queue manager on that machine and everything started working ok, is there a m ... |
Topic: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
ravip
Replies: 5 Views: 3525
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 10, 2005 12:19 pm Subject: JMSException: com.ibm.mq.jms.NoBrokerResponseException: MQJM |
I've seen a bunch of posts on this but no resolution as such. Is there a definitive reason why this happens and if so a definitive resolution to this? |
Topic: pub/sub statistics |
ravip
Replies: 2 Views: 1833
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 6:33 pm Subject: pub/sub statistics |
we were using weblogic before and in the console I was able to see the number of messages that were received on the topic and the number remaining to be dequeued and I was wondering whether MQ had any ... |
Topic: pub/sub statistics |
ravip
Replies: 2 Views: 1833
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 3:00 pm Subject: pub/sub statistics |
I want to be able to see the queue statistics for publish/subscribe, wanted to see how many messages are posted on the topic till now for durable subscribers, is there anyway to do that? also I'm usin ... |