Author |
Message
|
GFORCE |
Posted: Wed Dec 07, 2005 7:20 am Post subject: Message backup |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Gentlmen the problem I have is backing up messages. I am having problems with 2192 page set full when to many messages are being backed up.
Currently I hold the backup messages in the queue and run a batch job to copy to a GDG and then delete when complete. Does anyone have any other process? _________________ THANKS |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Dec 07, 2005 8:04 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
does "backup" means you hold a copy of the messages or do your queues fill up because the application is slow or because messages are collected and processed at a later time?
do you look for a inflight solution or for a long term solution? _________________ Regards, Butcher |
|
Back to top |
|
 |
GFORCE |
Posted: Wed Dec 07, 2005 8:18 am Post subject: Message backup |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
What we do is store a copy of each message for client recovery puposes. _________________ THANKS |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Dec 07, 2005 8:26 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
then backup more frequent for short term, for long term increase size and number of pagesets, split queues over pagesets and backup less frequent _________________ Regards, Butcher |
|
Back to top |
|
 |
javagate |
Posted: Wed Dec 07, 2005 9:42 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
Sounds like my shop... Buy more DASD and expand the pageset or write the bkp messgaes to someplace other them MQSeries. _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 07, 2005 12:29 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And remember MQ is not a DB. The messages should be passthrough only!  |
|
Back to top |
|
 |
hopsala |
Posted: Fri Dec 09, 2005 12:08 am Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
I would definitely recommend not using WMQ as your backup scheme, due to a thousand reasons discussed before (read carefully about WMQ logging process, and you'll know what I mean). Best way, IMO, would be to backup at the application level using some db or file or other. Just don't forget to code receiving application so that it is able to handle duplicates. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 09, 2005 4:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Or at least, add a process that reads this queue, and dumps messages into a database, and then a process to read from the database and replay a message. _________________ I am *not* the model of the modern major general.
Last edited by jefflowrey on Thu Dec 29, 2005 9:24 am; edited 1 time in total |
|
Back to top |
|
 |
GFORCE |
Posted: Thu Dec 29, 2005 9:23 am Post subject: BKP MESSAGES |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Sorry for the time between response, but was on vacation.
First thanks for the input, it looks like we are going to go with a db solution. _________________ THANKS |
|
Back to top |
|
 |
|