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 » MQ Message move !

Post new topic  Reply to topic
 MQ Message move ! « View previous topic :: View next topic » 
Author Message
OzgurAydin
PostPosted: Mon Sep 08, 2008 3:34 am    Post subject: MQ Message move ! Reply with quote

Apprentice

Joined: 08 Sep 2008
Posts: 27

Hi,
I want to move a message from one machine to another ? Is there a tool to do this ?
Thank you.
Back to top
View user's profile Send private message
David.Partridge
PostPosted: Mon Sep 08, 2008 3:40 am    Post subject: Reply with quote

Master

Joined: 28 Jun 2001
Posts: 249

Have you looked at the MQ support packs? Like e.g. MA01?
_________________
Cheers,
David C. Partridge
Back to top
View user's profile Send private message
OzgurAydin
PostPosted: Mon Sep 08, 2008 3:50 am    Post subject: Reply with quote

Apprentice

Joined: 08 Sep 2008
Posts: 27

Yes I have looked up tools like MQ batch toolkit and wmqmsgtool. But couldn't get them running... I am looking just for one simple application that will allow me to put a message from Queue Manager A on 10.0.0.1 into Queue Manager B on 10.0.0.2

That' s it.
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Mon Sep 08, 2008 4:01 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

these are simple applications. MO71 may be another one you could try to use.

what is your problem in getting them running?
_________________
Regards, Butcher
Back to top
View user's profile Send private message
OzgurAydin
PostPosted: Mon Sep 08, 2008 4:12 am    Post subject: Reply with quote

Apprentice

Joined: 08 Sep 2008
Posts: 27

Java related problems. I cannot find the ibm.com.... classes and so on.
Let me try the other support pack.

Thanks.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Mon Sep 08, 2008 4:22 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

OzgurAydin wrote:
I cannot find the ibm.com.... classes

Did you install MQ on your machine? Any and every support pack that deals with moving messages is going to require MQ to be installed on the machine executing these calls for you. MQ Client should be all that's required.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Mon Sep 08, 2008 11:06 am    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

OzgurAydin wrote:
I have looked up tools like MQ batch toolkit and ...

Personally, I would use MQ Visual Edit, but MQ Batch Toolkit can easily do it:

From section "Backing up a Queue" in Chapter 4, to save all messages (MQMD & data) in queue "TEST01.Q" of MQA1 to a VEQ file.
Code:
mqbt Backup -p MQA1 -q TEST01.Q -f mybackup.veq


From section "Restoring a Queue" in Chapter 4, to load messages (MQMD & data) in a file to a queue called "TEST22.Q" of MQA2.
Code:
mqbt Restore -p MQA2 -q TEST22.Q -f mybackup.veq


Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQ Message move !
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.