Author |
Message
|
shilpa_g2 |
Posted: Thu Feb 03, 2005 4:26 am Post subject: coping messages from one machine to another |
|
|
Newbie
Joined: 03 Feb 2005 Posts: 2
|
hi
i am using version 5.3 of ibm websphere mqseries.
i need to save the messages in the que and copy them into another machine with same configuration.
Some where i read that to take backup and to restore (save) them in another machine all you have to do is to copy two log files.
I did the same and was able get the desired results.
But that was 6 months back. Now i have to configure two more systems but have forgotten thoes file names and their locations.
Can any one help me on that.
its quit urgent as i have to deliver these machines in a week.
Please
Please
Please help |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 03, 2005 6:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I wouldn't do that.
I would use something, like a free-for-trial Visual Editor for MQ, that will let you extract the messages from a queue into a file, and then replay them into a different queue. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
henricn |
Posted: Fri Mar 18, 2005 2:45 pm Post subject: |
|
|
Newbie
Joined: 15 Mar 2005 Posts: 3 Location: Stockholm, Sweden
|
Hi,
Do You still have this problem? I have written a C program for Win32 that redirects and copies messages and which may be what You are looking for. The program can use client connections to QM's on other op. systems.
Send me a note if You want more information.
Henric |
|
Back to top |
|
 |
malammik |
Posted: Fri Mar 18, 2005 8:06 pm Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
vanwilder |
Posted: Mon Sep 12, 2005 3:08 am Post subject: Mirrorq |
|
|
Newbie
Joined: 06 Sep 2004 Posts: 6 Location: South Africa
|
|
Back to top |
|
 |
gstutz |
Posted: Wed Sep 14, 2005 3:53 am Post subject: |
|
|
Newbie
Joined: 04 Dec 2003 Posts: 3 Location: Zürich, Switzerland
|
|
Back to top |
|
 |
tinye |
Posted: Mon Oct 10, 2005 8:53 am Post subject: |
|
|
Novice
Joined: 02 Aug 2005 Posts: 17 Location: OHIO
|
Sorry to resurrect this, but I'm curious about the recommendation against the way the original poster indicated.
I've tried Visual Editor (and think it's cool), but am thinking that if this program can backup and restore messages like it does, then surely there must be some underlying commands included with MQ that will allow me to do the same...no?
In reading the IBM material, it appears as if this is possible, but I'm not seeing anything as straightforward as what appears in Visual Editor. |
|
Back to top |
|
 |
hopsala |
Posted: Mon Oct 10, 2005 9:19 am Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
tinye wrote: |
... I'm curious about the recommendation against the way the original poster indicated. |
It is wise to avoid messing about with a QMs logs directly, especially for someone who is as MQ-green as the poster proved himself to be...
tinye wrote: |
then surely there must be some underlying commands included with MQ that will allow me to do the same...no? |
No. ("surley", eh? )
At least not on any distributed platforms; on z/OS you have CSQUTIL. (possibly this exists in MQ v6, donno)
Btw, there's a support pack MA01: WebSphere MQ - Q program, which I personaly favor. |
|
Back to top |
|
 |
reddy_kal |
Posted: Mon Oct 10, 2005 10:33 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
I am trying MQ Visual browse. I am able to export the messages but I am not able to save them to a different queue through this utility.
As I said I am able to copy to clipboard and paste it to Textpad. Can you let me know how we can import them to different queue?
-Reddy |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Oct 10, 2005 12:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
tinye wrote: |
I've tried Visual Editor (and think it's cool), but am thinking that if this program can backup and restore messages like it does, then surely there must be some underlying commands included with MQ that will allow me to do the same...no?
In reading the IBM material, it appears as if this is possible, but I'm not seeing anything as straightforward as what appears in Visual Editor. |
Do the following:
(1) Open source queue
(2) Select the messages
(3) Do File -> Backup Queue then give it a filename i.e. mymsg.veq
(4) Open the Target Queue
(5) Do File -> Restore Queue then select the file i.e. mymsg.veq
Done.
reddy_kal wrote: |
I am trying MQ Visual browse. I am able to export the messages but I am not able to save them to a different queue through this utility.
As I said I am able to copy to clipboard and paste it to Textpad. Can you let me know how we can import them to different queue? |
It is the nature of the beast; MQ Visual Browse CANNOT insert, delete or update a message. It can ONLY browse messages.
If you want to Backup and then restore messages, then you need to be using MQ Visual Edit.
For faster responses to questions about Capitalware's products, you guys should post your questions in the Capitalware forum, here at www.mqseries.net
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|