Author |
Message |
Topic: Retention Period |
paulfitz
Replies: 3 Views: 5135
|
Forum: General IBM MQ Support Posted: Tue Jan 18, 2005 5:53 am Subject: Retention Period |
Could someone explain using the retention period setting on a queue. We have a persistent queue which seems to be losing messages but we can not seem to tie this in to the retention period set on the ... |
Topic: Multiple channels within a queue manager |
paulfitz
Replies: 3 Views: 2793
|
Forum: General IBM MQ Support Posted: Fri Dec 10, 2004 5:55 am Subject: Multiple channels within a queue manager |
How about the receiver? Can I get this to listen on a different port? |
Topic: Multiple channels within a queue manager |
paulfitz
Replies: 3 Views: 2793
|
Forum: General IBM MQ Support Posted: Fri Dec 10, 2004 3:36 am Subject: Multiple channels within a queue manager |
I have had a request to create multiple channels (2 pairs of listener / senders attached to the same box but with different ports) in one QM. My problem is that when I create a recieiver channel with ... |
Topic: Put Date/Time not updating |
paulfitz
Replies: 6 Views: 5779
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 13, 2004 7:33 am Subject: Put Date/Time not updating |
I've stripped down the code to the following
replyAuditMsg = new MQMessage();
replyAuditMsg.messageId = MQC.MQMI_NONE;
replyAuditMsg.correlationId = MQC.MQMI_NONE;
//Create the Reply Audit Que ... |
Topic: Put Date/Time not updating |
paulfitz
Replies: 6 Views: 5779
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 12, 2004 2:54 am Subject: Put Date/Time not updating |
Thanks for the advice. I've stopped setting the context but now my messages show an Invalid Date Time in MQExplorer. I've tried setting the put time via the gregoian calendar and just not setting it a ... |
Topic: Put Date/Time not updating |
paulfitz
Replies: 6 Views: 5779
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 11, 2004 2:14 am Subject: Put Date/Time not updating |
I have the following functionality in my app, a message comes into our in queue and we read it, the first thing we do is write a copy of it to our audit queue then we process it. After processing it w ... |
Topic: Viewing Queues |
paulfitz
Replies: 2 Views: 2769
|
Forum: General IBM MQ Support Posted: Fri Jul 16, 2004 12:47 am Subject: Viewing Queues |
We have an audit queue on our system but using MQExplorer I can only see the first 200 messages. Is there any way I can see the rest of the messages on my queue using the out of the box tools?
Than ... |
Topic: Reply To Q Names in a non clustered environment |
paulfitz
Replies: 5 Views: 3004
|
Forum: General IBM MQ Support Posted: Tue Jun 15, 2004 7:37 am Subject: Reply To Q Names in a non clustered environment |
I have picked up the support of an app as it moves into a production testing environment and have a question about reply to q names. In the dev test environments the code only has to a reply to a loca ... |