Author |
Message |
Topic: search for an MQ message in a queue |
sharonvk
Replies: 17 Views: 51729
|
Forum: IBM MQ API Support Posted: Wed Nov 30, 2016 12:38 am Subject: search for an MQ message in a queue |
HI All
Thanks for the suggestion and jokes
After doing the match by correlation id , it takes less than a second ( instead of 40 seconds) for a million messages search in the queue .
and yes ... |
Topic: search for an MQ message in a queue |
sharonvk
Replies: 17 Views: 51729
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2016 11:50 pm Subject: search for an MQ message in a queue |
Thank you All
I will try searching with the browse by correlation id and then browse next
and see how it effects the performance . |
Topic: search for an MQ message in a queue |
sharonvk
Replies: 17 Views: 51729
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2016 7:13 am Subject: search for an MQ message in a queue |
Vitor
We currently use the browse next in a loop till we find the requested message , then we continue with browse next and write the messages to our trade queues
The question i ask is about t ... |
Topic: search for an MQ message in a queue |
sharonvk
Replies: 17 Views: 51729
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2016 6:28 am Subject: search for an MQ message in a queue |
HI
MQ 75 on Linux red hot enterprise 64 bit
programming language C
Thanks |
Topic: search for an MQ message in a queue |
sharonvk
Replies: 17 Views: 51729
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2016 6:09 am Subject: search for an MQ message in a queue |
Hi
we are working with a trade system , from time to time we have a failure and we need to retransmit messages from a certain block id( which is applicative identifier in the data field)
For this ... |
Topic: QMGR not releasing logs properly |
sharonvk
Replies: 7 Views: 8077
|
Forum: General IBM MQ Support Posted: Tue Sep 27, 2016 1:35 am Subject: QMGR not releasing logs properly |
Hi
Thanks for the replies
1) regarding maintaining the linear logs , I have a script that run a the rcdmqimg and then delete all the old logs ,
this scripts runs twice a day . midday and midni ... |
Topic: QMGR not releasing logs properly |
sharonvk
Replies: 7 Views: 8077
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2016 4:32 am Subject: QMGR not releasing logs properly |
Hi
Why do you consider this as normal behavior , should the qmgr hold the old log and only after a restart release it.
as I stated the old log was like 100 and more logs and took up a lot of spac ... |
Topic: QMGR not releasing logs properly |
sharonvk
Replies: 7 Views: 8077
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2016 4:03 am Subject: QMGR not releasing logs properly |
HI
I'm running MQ 7506 on Linux REDHUT machine , which I have migrated to it recently , it is a test environment.
recently I have got calls from the application team that mq is not working
af ... |