Author |
Message |
Topic: MQ Broker process |
alvinlimtc
Replies: 0 Views: 1669
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 19, 2006 9:48 pm Subject: MQ Broker process |
Hi,
According to the documentation,
"The broker consists of a broker main process (runmqbrk) and a number of broker worker processes (amqfcxba). Each worker process is capable of supporting one ... |
Topic: Message Broker version |
alvinlimtc
Replies: 3 Views: 2328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 13, 2006 10:27 pm Subject: Message Broker version |
Thanks for the quick reply.
I did search the forum. The problem is finding the correct words to search for!
A search on mqsiservice did the trick for me.
Thanks. |
Topic: Message Broker version |
alvinlimtc
Replies: 3 Views: 2328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 13, 2006 10:16 pm Subject: Message Broker version |
A simple question :
How do you query for the Message Broker version (including service pack level) in UNIX?
I would have thought there was a similar command such as 'mqver' for MQ, but could not ... |
Topic: Inserting complete message |
alvinlimtc
Replies: 4 Views: 3382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2006 6:20 am Subject: Inserting complete message |
Great! It works.
Much appreciated. |
Topic: Inserting complete message |
alvinlimtc
Replies: 4 Views: 3382
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2006 4:00 am Subject: Inserting complete message |
Hi,
I have a simple XML message of the format coming in via the MQInput node:
<Message>
<Element1>value1</Element1>
<Element2>value2</Element2>
<Message>
... |
Topic: 5.3 vs 6.0 authorisation |
alvinlimtc
Replies: 5 Views: 9652
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 14, 2006 7:06 pm Subject: 5.3 vs 6.0 authorisation |
Hi,
Let me clarify.
In your post, you mention that "... the JVM process ID is sent to the queue manager, rather than an empty String."
I take this to mean that in MQ5.3, an empty userid is se ... |
Topic: 5.3 vs 6.0 authorisation |
alvinlimtc
Replies: 5 Views: 9652
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 14, 2006 5:46 am Subject: 5.3 vs 6.0 authorisation |
Thanks for the replies.
BenR, you are a life-saver.
Just to confirm, in 5.3, using createConnection(), caused an empty string to be sent. The empty string allows the authorisation to pass throug ... |
Topic: MQJMS2013 error |
alvinlimtc
Replies: 4 Views: 19394
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 13, 2006 4:47 am Subject: MQJMS2013 error |
Hi,
Am experiencing the exact same problem. After migrating to V6, got the 'MQJMS2013: invalid security authentication supplied for QueueManager' error with the exact same apps.
See my post :
... |
Topic: 5.3 vs 6.0 authorisation |
alvinlimtc
Replies: 5 Views: 9652
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 12, 2006 11:54 pm Subject: 5.3 vs 6.0 authorisation |
Hi,
I'm getting a similar problem to this post :
http://mqseries.net/phpBB/viewtopic.php?t=24902&highlight=mqjms2013&sid=a9e59b270ce126e6967cf50f55306493
My JMS app in 5.3 works, but ... |
Topic: Display channel status |
alvinlimtc
Replies: 9 Views: 22470
|
Forum: Clustering Posted: Fri Feb 03, 2006 4:55 am Subject: Display channel status |
Great.
One last question for this thread.
What is the purpose of being able to query a channel's SAVED status? From what I read, the saved status is reset during a number of conditions as listed ... |
Topic: Display channel status |
alvinlimtc
Replies: 9 Views: 22470
|
Forum: Clustering Posted: Fri Feb 03, 2006 1:32 am Subject: Display channel status |
Apologies, let me re-phrase :
Is it the normal behaviour that the cluster channels are INACTIVE when the queue manager is first started and only triggered when it is used? i could have sworn that d ... |
Topic: Display channel status |
alvinlimtc
Replies: 9 Views: 22470
|
Forum: Clustering Posted: Thu Feb 02, 2006 5:46 pm Subject: Display channel status |
Thanks for the replies. Yes, I have set the DISCINT for both CLUSSDR and CLUSRCVR.
Is there a way to ensure the channels are started and RUNNING when the cluster managers are started?
Will try t ... |
Topic: Display channel status |
alvinlimtc
Replies: 9 Views: 22470
|
Forum: Clustering Posted: Thu Feb 02, 2006 7:18 am Subject: Display channel status |
What does it mean when I do a display chstatus(*), and I get :
AMQ8420: Channel Status not found.
Does this mean the channels are Inactive?
This leads to 2 other questions.
I have an MQ clu ... |
Topic: Cluster queue manager fail-over |
alvinlimtc
Replies: 2 Views: 3235
|
Forum: Clustering Posted: Thu Feb 02, 2006 6:45 am Subject: Cluster queue manager fail-over |
My guess is the message will be stuck in your transmission queue on QM3 until the queue manager goes up again. |
Topic: Can file systems be shared in MQ Clustering |
alvinlimtc
Replies: 10 Views: 9499
|
Forum: Clustering Posted: Sun Jan 29, 2006 6:44 pm Subject: Can file systems be shared in MQ Clustering |
Create a seperate mount point for each QM, eg /MQHA/<QMgr Name>/data. Then create a softlink from the local directory /var/mqm/qmgrs/<Qmgr Name> to the shared directory.
This is a much ... |