Author |
Message
|
mqmaniac |
Posted: Mon Jun 12, 2006 8:16 am Post subject: Any Utility to copy Messages on a Queue |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Hello Guru's,,
MQ 5.3 on Win XP and AIX
Is there any tool which copies messages on queue to another..
Pls provide any Links If possible..
I really thought of doing it with RUNMQSC utility..but looks like it does not have this functionality..
If possible one More question...
Can i run this Utility against jmsserver of WAS 5.0??
Pls help |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Jun 12, 2006 9:42 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Don't double-post and try searching this site on copying. |
|
Back to top |
|
 |
madi |
Posted: Mon Jun 12, 2006 9:52 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
|
Back to top |
|
 |
mqmaniac |
Posted: Mon Jun 12, 2006 10:00 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
I searched the entire site and coulndt get any Information and thats the reason I double posted it hoping to find some help...... |
|
Back to top |
|
 |
CHF |
Posted: Mon Jun 12, 2006 11:10 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Try using MQMON - Supportpac (mo71) _________________ CHF  |
|
Back to top |
|
 |
mqmaniac |
Posted: Mon Jun 12, 2006 12:34 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks for all the replies..I got it done using MA01..
One Last Question though..
Is it Possible Or Am I Wrong..
" TRYING TO CONNECT TO EMBEDDED JMSSERVER ON WAS 5.0 USING MQ UTILITIES TO BROWSE,ALTER,ETC..."
Psl Help... |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Jun 12, 2006 7:24 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Don't double post.
mqmaniac wrote: |
" TRYING TO CONNECT TO EMBEDDED JMSSERVER ON WAS 5.0 USING MQ UTILITIES TO BROWSE,ALTER,ETC..." |
MQ Visual Edit can connect to WebSphere MQ (MQSeries) or the WAS embedded MQ just fine.
For more information or to download a 30-day trial of MQ Visual Edit, go to:
http://www.capitalware.biz/mqve_overview.html
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
mqmaniac |
Posted: Thu Jun 15, 2006 6:25 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Hi Roger...Thanks for the reply..
I have downloaded the Trial Version and have a question ..
"MQ Visual Edit can connect to WebSphere MQ (MQSeries) or the WAS embedded MQ just fine. "
When trying to connect to
" Embedded JMS server" NOT " Embedded MQ" ..It asks me to enter a queuemanager name and a channel name which I do not understand where to find these properties for a "EMBEDDED JMSSERVER".
CAN MQ VE CONNECT TO EMBEDDED JMSSERVER --I THINK WHICH DOES NOT HAVE A QUEUE MANAGER NAME??Plz correct me!!!! |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 15, 2006 7:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
On your WAS v5 machine, run the command "dspmq".
This will tell you the name of the embedded MQ queue manager that runs behind the JMSServer.
It will probably be something very similar to "WAS<nodename>_<servername>" _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jun 15, 2006 8:09 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
jefflowrey wrote: |
On your WAS v5 machine, run the command "dspmq".
This will tell you the name of the embedded MQ queue manager that runs behind the JMSServer.
It will probably be something very similar to "WAS<nodename>_<servername>" |
Exactly. Thanks Jeff.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
mqmaniac |
Posted: Fri Jun 16, 2006 5:36 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thans Roger and Jeff,
I have tried the dspmq and runmqsc both..
My question was whether i Can create channels so that I can use an Mq client against it and use any Monitoring tool.
I dont have VE installed on the same server as WAS.
I am trying to connect to Remote Embedded JMS Server!!!
Last edited by mqmaniac on Fri Jun 16, 2006 5:38 am; edited 3 times in total |
|
Back to top |
|
 |
zpat |
Posted: Fri Jun 16, 2006 5:37 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Support Pac IH03 can copy messages to files and vice-versa. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Jun 16, 2006 7:57 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
mqmaniac wrote: |
I have tried the dspmq and runmqsc both..
So now you know the queue manager name. |
The port is probably 1414 and use ipconfig (Windows) or ifconfig (Unix) to get the IP address.
mqmaniac wrote: |
My question was whether i Can create channels so that I can use an Mq client against it and use any Monitoring tool. |
When a queue manager is created, the dedault MQ objects are created. One of those objects is a SVRCONN channel called SYSTEM.DEF.SVRCONN.
But you can use runmqsc to create your own SVRCONN channel. i.e. MY.TEST.CHL
mqmaniac wrote: |
I dont have VE installed on the same server as WAS.
I am trying to connect to Remote Embedded JMS Server!!! |
In MQVE, on the queue manager profile window, did you click the 'Set Default' button??
Because everything is filled in but you need to fill in the correct the IP address.
zpat wrote: |
Support Pac IH03 can copy messages to files and vice-versa. |
It appears his problem isn't which tool to use but how to configure it.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
mqmaniac |
Posted: Fri Jun 16, 2006 10:49 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks for the Reply Rojer...
As you said..
"When a queue manager is created, the dedault MQ objects are created. One of those objects is a SVRCONN channel called SYSTEM.DEF.SVRCONN. "
does not seem to work with embedded JMSSERVER..I have tried the Command.. ..DISPLAY CHANNEL and all It displays is a WAS Channel
WAS.JMS.SVRCONN Only....
When I try a
DEFINE CHANNEL(TEST.JMS.CHL) CHLTYPE (SVRCONN)...It gives a message saying
"AMQ8227: Channel SYSTEM.DEF.SVRCONN not found."
I am totally Confused..Is the Embedded Jms Serve REALLY an MQ Image or IS it something more of a Cloudscape kind of thing. |
|
Back to top |
|
 |
|