Author |
Message
|
chriswac |
Posted: Mon Feb 13, 2006 10:33 am Post subject: Archive Messages |
|
|
Newbie
Joined: 13 Feb 2006 Posts: 7
|
I need to archive all MQ messages that pass thru a system. Is there any way I can implement this and log all messages into a local queue; I have WBIMB5 setup |
|
Back to top |
|
 |
wschutz |
Posted: Mon Feb 13, 2006 10:37 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 13, 2006 10:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
but you don't want to retain them in a local queue for a long time.
Build a flow to push them off to a database. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chriswac |
Posted: Mon Feb 13, 2006 10:50 am Post subject: |
|
|
Newbie
Joined: 13 Feb 2006 Posts: 7
|
I can always use the API, but I was wondering if there is a way to put messages to archive queue while putting messages to a local queue by changing WBI adapter configuration |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 13, 2006 10:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Your original question didn't mention anything about "adapters".
Which WBI Adapter? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chriswac |
Posted: Mon Feb 13, 2006 11:22 am Post subject: |
|
|
Newbie
Joined: 13 Feb 2006 Posts: 7
|
Using WBIV6.
Need to provide a way for message archival in queues |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 13, 2006 11:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Okay.
Then your question has already been answered. You can use the mirrorq program configured as an API Exit to copy all messages going into queues into another queue.
And you should not store those messages long term in a queue, you should then write a message flow or other program that will move those messages off of the queue and into a database.
Now, if you want to know how to specifically configure one particular WBIv6 Adapter, to find out if it can archive the messages it produces or consumes...
Then you will have to be specific about WHICH WBI v6 Adapter you are using.
Or maybe someone who knows the Adapters better than I do will tell you how to do this for any adapter in general. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|