Author |
Message |
Topic: How to see the time a message was put in local queue? |
linorosa
Replies: 14 Views: 11890
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 13, 2009 4:26 am Subject: How to see the time a message was put in local queue? |
I'm bumping this topic because I was doing some more research and got a little intrigued.
As you told me, I can ask a queue what is the age of its oldest message. Then, when the application consume ... |
Topic: How to see the time a message was put in local queue? |
linorosa
Replies: 14 Views: 11890
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 18, 2009 3:36 am Subject: How to see the time a message was put in local queue? |
COA/COD was actualy the first idea.
The problem is that MQ automatically sends them to the remote client, so we never see them...
Woudn't an exit hit the performance? |
Topic: How to see the time a message was put in local queue? |
linorosa
Replies: 14 Views: 11890
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 18, 2009 3:04 am Subject: How to see the time a message was put in local queue? |
I thought about using events, but I don't know much about them since I'm new to MQ.
Which event is triggered each time a message is put in local queue? |
Topic: How to see the time a message was put in local queue? |
linorosa
Replies: 14 Views: 11890
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 17, 2009 8:58 am Subject: How to see the time a message was put in local queue? |
That was what I feared...
The message comes from a remote queue manager. I wanted to know the exact time the message was put in my local queue to generate performance information.
To me it is impo ... |
Topic: How to see the time a message was put in local queue? |
linorosa
Replies: 14 Views: 11890
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 17, 2009 8:48 am Subject: How to see the time a message was put in local queue? |
Is there a way to know the exact timestamp a message was put in my local queue? |
Topic: Need to keep copy of sent report messages |
linorosa
Replies: 14 Views: 6357
|
Forum: General IBM MQ Support Posted: Thu Mar 05, 2009 3:33 am Subject: Need to keep copy of sent report messages |
Just out of curiosity, what would be the correct solution if not using coa/cod?
Realising why you're paying IBM a large amount of money for assured message delivery software - to assure that messag ... |
Topic: Need to keep copy of sent report messages |
linorosa
Replies: 14 Views: 6357
|
Forum: General IBM MQ Support Posted: Thu Mar 05, 2009 3:31 am Subject: Need to keep copy of sent report messages |
Is the intent to merely be able to tell a business partner that, yes, you *did* send a report back to them and if they did not receive it then *they* lost it?
But even having a copy won't pr ... |
Topic: Need to keep copy of sent report messages |
linorosa
Replies: 14 Views: 6357
|
Forum: General IBM MQ Support Posted: Wed Mar 04, 2009 10:53 am Subject: Need to keep copy of sent report messages |
Actually I succeded in using mirrorq with a remote queue, but it doesn't copies report messages.
If I send a message directely to the remote queue it copies fine. Maybe something to do with the fact ... |
Topic: Need to keep copy of sent report messages |
linorosa
Replies: 14 Views: 6357
|
Forum: General IBM MQ Support Posted: Wed Mar 04, 2009 3:34 am Subject: Need to keep copy of sent report messages |
hehehe. Glad you guys share my opinion.
They've been asking for this for a few months now, and they don't seem like giving up on the issue.
Believe me, I tried to argue but it's no use. Perhaps its ... |
Topic: Need to keep copy of sent report messages |
linorosa
Replies: 14 Views: 6357
|
Forum: General IBM MQ Support Posted: Tue Mar 03, 2009 10:57 am Subject: Need to keep copy of sent report messages |
Can anyone help?
I need to keep a copy of all report messages sent to remote queues. Does anyone knows what's the best way to do this? |