ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » Archive of all messages passing through a queue

Post new topic  Reply to topic
 Archive of all messages passing through a queue « View previous topic :: View next topic » 
Author Message
hobbes
PostPosted: Wed Apr 06, 2005 6:24 am    Post subject: Archive of all messages passing through a queue Reply with quote

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
View user's profile Send private message
bower5932
PostPosted: Wed Apr 06, 2005 8:24 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
jefflowrey
PostPosted: Wed Apr 06, 2005 9:29 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Archive of all messages passing through a queue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.