|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Archive of all messages passing through a queue |
« View previous topic :: View next topic » |
Author |
Message
|
hobbes |
Posted: Wed Apr 06, 2005 6:24 am Post subject: Archive of all messages passing through a queue |
|
|
Newbie
Joined: 22 Dec 2004 Posts: 2
|
We have a requirement to create an archive of all messages passing through a queue before they are manipulated by the target application.
I have investigated using exits to either copy a message to another queue or to a log in the file system.
Has anyone used any other methods to archive messages.
All help welcomed thanks. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Apr 06, 2005 8:24 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
With the WBI broker products, you could create a message flow that archived the message and then passed it along. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 06, 2005 9:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
One solution that I've implemented is to set a queue in front of the one you need to montior.
Write an application to read this new front queue, and put all messages to a distribution list. That distribution list points to two queues - the real queue, and an archive queue.
Then a program reads the archive queue and does db inserts.
This gives you a good separation of logical concerns, as well as runtime failure protection (the front program is very simple and so can be very very robust, and the database program can be down for as long as you want, and messages will still be available on the archive queue for inserting). _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|