Author |
Message |
Topic: mq connection property "XMSC_WMQ_RESOLVED_QUEUE_MANAGER |
henry_chuo1
Replies: 0 Views: 4131
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 06, 2016 7:45 pm Subject: mq connection property "XMSC_WMQ_RESOLVED_QUEUE_MANAGER |
Hi all,
In my understanding, mq connection property "XMSC_WMQ_RESOLVED_QUEUE_MANAGER" should return the queue manager name per selected by CCDT mechanism. I used CCDT to dispatch clients ... |
Topic: how to get timestamp of putting msg into queue |
henry_chuo1
Replies: 8 Views: 10665
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 16, 2015 5:45 pm Subject: how to get timestamp of putting msg into queue |
Yes, ttl is a duration, but somehow queue manager should have reference timestamp or it is a just counter which count down to 0 when msg is put into the queue? Thanks. |
Topic: how to get timestamp of putting msg into queue |
henry_chuo1
Replies: 8 Views: 10665
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 15, 2015 11:23 pm Subject: how to get timestamp of putting msg into queue |
It looks like JMSTimestamp and JMSExpiration use client PC clock while JMS IBM PutTime use server clock on which queue manager is running.
Then does it means that the message will expire in one minu ... |
Topic: how to get timestamp of putting msg into queue |
henry_chuo1
Replies: 8 Views: 10665
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 15, 2015 6:24 pm Subject: how to get timestamp of putting msg into queue |
Hi all,
We have a client server application using MQ as middleware. Given that client clocks are not synced with server, is there any way I can get the timestamp that a msg is put into the queue in ... |
Topic: Time-to-live set on MQ7.5 through JMS is not reliable |
henry_chuo1
Replies: 1 Views: 4373
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 14, 2015 11:18 pm Subject: Time-to-live set on MQ7.5 through JMS is not reliable |
Hi all,
I set time-to-live to 5 mins on MQ 7.5 through JMS message producer,however, the message does not expire after 5 mins, it only expired only after around 8 mins by monitoring the curdepth of ... |
Topic: SSL handshake issue after upgrade from 7.0.1.9 to 7.0.1.13 |
henry_chuo1
Replies: 2 Views: 6488
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 05, 2015 6:55 pm Subject: SSL handshake issue after upgrade from 7.0.1.9 to 7.0.1.13 |
Hi all,
After upgrading MQ manager from 7.0.1.9 to 7.0.1.13 and use 7.0.1.13 jars for client, client got below error when connecting to MQ manager. Does anyone have idea whats wrong? Thanks for any ... |
Topic: MQ 7.0.1.9 selector JMSCorrelationID Mistaken Msg |
henry_chuo1
Replies: 1 Views: 4068
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 29, 2015 9:49 pm Subject: MQ 7.0.1.9 selector JMSCorrelationID Mistaken Msg |
Hi all,
We developed an Java application in which multiple Java JMS clients connect to a server, both with MQ 7.0.1.9. Each client has consumer with selector on application specific client id eg. J ... |
Topic: Queue consumer with selector consume message not matched |
henry_chuo1
Replies: 7 Views: 10917
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2014 2:53 am Subject: Queue consumer with selector consume message not matched |
@fjb_saper
Thanks for reply. Yes, should be 100% sure no consumer having a null or empty selection string on the queues in question. |
Topic: Queue consumer with selector consume message not matched |
henry_chuo1
Replies: 7 Views: 10917
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2014 2:51 am Subject: Queue consumer with selector consume message not matched |
Thanks. You remind me sth. Our MQ server was patched up to 7.0.1.9. However, my client still use jars of WebSphere MQ classes for Java Message Service(7.0.1.6) and WebSphere MQ classes for Java(7.0.1. ... |
Topic: Queue consumer with selector consume message not matched |
henry_chuo1
Replies: 7 Views: 10917
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2014 2:24 am Subject: Queue consumer with selector consume message not matched |
@calanais
Thanks for reply. Yes, that is exactly scenario I faced now. Regarding 'session', the session id is one string generated by our application.
The issue surprise me as I don't expect to thi ... |
Topic: Queue consumer with selector consume message not matched |
henry_chuo1
Replies: 7 Views: 10917
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 13, 2014 10:21 pm Subject: Queue consumer with selector consume message not matched |
Hi all,
We developed an Java application in which multiple clients connect to a server with MQ 7.0. Each client has consumer with selector on session id eg. JMSCorrelationID='050_14133431' on shared ... |