Author |
Message |
Topic: Queue Manager Status "Running Elsewhere" |
mqtablet
Replies: 7 Views: 9813
|
Forum: General IBM MQ Support Posted: Fri May 18, 2012 1:20 am Subject: Queue Manager Status "Running Elsewhere" |
Edit your MQ configuration file - mqs.ini (usually in /var/mqm) or any other mounted NFS drive, and change the line
DataPath=/xxx/mqm/yyy/zzzzzz/QMNAME
to
# DataPath=/xxx/mqm/yyy/zzzzz ... |
Topic: dspmq on MQ v7.1 |
mqtablet
Replies: 15 Views: 17246
|
Forum: General IBM MQ Support Posted: Thu Apr 26, 2012 1:09 pm Subject: dspmq on MQ v7.1 |
The MQCONN call has not changed.. you still specify only a qmgr name.Sorry, my mistake. What I meant initially was
Inst1 - primary = yes, has QM1, 7.1.0.0
Inst2 - primary = no, has QM1, 7.1.0.1
... |
Topic: dspmq on MQ v7.1 |
mqtablet
Replies: 15 Views: 17246
|
Forum: General IBM MQ Support Posted: Thu Apr 26, 2012 12:51 pm Subject: dspmq on MQ v7.1 |
the point of separate installations is to allow you to install separate versions of WebSphere MQ, not create separate logical instances.. This makes sense.
There's no good reason ever to create t ... |
Topic: dspmq on MQ v7.1 |
mqtablet
Replies: 15 Views: 17246
|
Forum: General IBM MQ Support Posted: Thu Apr 26, 2012 12:24 pm Subject: dspmq on MQ v7.1 |
A couple of more questions, sorry for multiple posts
1. I tried to create a queue manager in INST2 with the name of the queue manager which is present in INST1. It did not allow me.
So, what is t ... |
Topic: dspmq on MQ v7.1 |
mqtablet
Replies: 15 Views: 17246
|
Forum: General IBM MQ Support Posted: Thu Apr 26, 2012 12:13 pm Subject: dspmq on MQ v7.1 |
C:\>dspmq -o all
QMNAME(DFLTQMGR) STATUS(Running) DEFAUL
T(no) STANDBY(Not permitted) INSTNAME(INST1) INSTPA ... |
Topic: dspmq on MQ v7.1 |
mqtablet
Replies: 15 Views: 17246
|
Forum: General IBM MQ Support Posted: Thu Apr 26, 2012 12:04 pm Subject: dspmq on MQ v7.1 |
Any idea about how to use the dspmq command to find out all the queue managers of all available instances in a given MQ server?
Below are the options which can be used with dspmq
Usage: dspmq ... |
Topic: MQCMD_INQUIRE_SUBSCRIPTION |
mqtablet
Replies: 5 Views: 4523
|
Forum: General Discussion Posted: Wed Apr 25, 2012 2:09 pm Subject: MQCMD_INQUIRE_SUBSCRIPTION |
Kali,
Have a look at this [url=http://www.mqseries.net/phpBB2/viewtopic.php?t=54444]link
I struggled hard to do it in C#.net and finally moved to java as PCFs in java are documented and supported ... |
Topic: MQ 7.1 - Issue |
mqtablet
Replies: 13 Views: 14716
|
Forum: General IBM MQ Support Posted: Fri Apr 20, 2012 11:42 am Subject: MQ 7.1 - Issue |
This is what i found in the MQ error logs (not the queue manager error logs). No FDCs were generated.
04/20/12 03:57:26 - Process(3044.1) Program(runmqsc.exe)
... |
Topic: MQ 7.1 - Issue |
mqtablet
Replies: 13 Views: 14716
|
Forum: General IBM MQ Support Posted: Fri Apr 20, 2012 11:32 am Subject: MQ 7.1 - Issue |
On the 2 Windows machines, is the WMQ service & the user running it correctly set up & authorized to the domain in accordance with the InfoCenter? With all the rights indicated?
This is w ... |
Topic: MQ 7.1 - Issue |
mqtablet
Replies: 13 Views: 14716
|
Forum: General IBM MQ Support Posted: Fri Apr 20, 2012 11:14 am Subject: MQ 7.1 - Issue |
mvic:
1. There are 3 different physical machines in this testing.
2. First has Fedora Core 10 Linux + MQ 7.1, the second has Windows XP SP3 (domain member computer) + MQ 7.1, the third has Windows ... |
Topic: MQ 7.1 - Issue |
mqtablet
Replies: 13 Views: 14716
|
Forum: General IBM MQ Support Posted: Fri Apr 20, 2012 8:09 am Subject: MQ 7.1 - Issue |
I did not understand what you say - what 'part' of windows and what 'part' of linux.
Do you mean 'part' as which version of OS?
If yes,
Windows is XP and 2003.
Linux is Fedora Core 10 (wh ... |
Topic: Free visual tool to map your MQ network? Help us improve it. |
mqtablet
Replies: 54 Views: 56079
|
Forum: News/Updates Posted: Thu Apr 19, 2012 11:32 pm Subject: Free visual tool to map your MQ network? Help us improve it. |
If you need any help with development, please let me know. I've developed many MQ admin and monitoring tools in java and C#.
Thanks. |
Topic: MQ 7.1 - Issue |
mqtablet
Replies: 13 Views: 14716
|
Forum: General IBM MQ Support Posted: Thu Apr 19, 2012 11:14 pm Subject: MQ 7.1 - Issue |
Hi all,
I'm facing a very strange issue in MQ 7.1 (Fedora Core 10 and Windows).
When I install MQ 7.1, the installation steps complete successfully, however after that when I try to set the MQ ... |
Topic: MQ Client application packaging |
mqtablet
Replies: 6 Views: 7944
|
Forum: IBM MQ API Support Posted: Thu Apr 19, 2012 2:24 am Subject: MQ Client application packaging |
Jeff,
Sorry if my question was not clear. I'm not distributing the 'IBM MQ client' program with my application.
For example, lets say I've coded a java class which displays all the local queues ... |
Topic: MQ Client application packaging |
mqtablet
Replies: 6 Views: 7944
|
Forum: IBM MQ API Support Posted: Thu Apr 19, 2012 2:07 am Subject: MQ Client application packaging |
Hi
This question is a generic one. Say, I've created a MQ client application which references the API libraries provided by IBM. If I want to use the application I developed on other machines, it ... |