Author |
Message |
Topic: Can I connect two queue managers that has the same name? |
carolhara
Replies: 13 Views: 10399
|
Forum: General IBM MQ Support Posted: Sun Aug 22, 2010 10:20 am Subject: Can I connect two queue managers that has the same name? |
A solution:
1) alter your QRemote definition RQMNAME(OTHER.CORP)
You should now be able to successfully put a message to the xmit queue. If the channel is running, the message will end up in the DL ... |
Topic: Can I connect two queue managers that has the same name? |
carolhara
Replies: 13 Views: 10399
|
Forum: General IBM MQ Support Posted: Sun Aug 22, 2010 9:31 am Subject: Can I connect two queue managers that has the same name? |
Ok, Bruce, here it is:
DEFINE QREMOTE ('QR.MAINFRAM.OPEN.01') +
* ALTDATE (2010-08-20) +
* ALTTIME (21.18.30) +
DESCR('PPRO') +
PUT(ENABLED) +
DEFPRTY(0) +
DEFPSIS ... |
Topic: Can I connect two queue managers that has the same name? |
carolhara
Replies: 13 Views: 10399
|
Forum: General IBM MQ Support Posted: Sun Aug 22, 2010 8:47 am Subject: Can I connect two queue managers that has the same name? |
Got this reason code from MQ, when i tried to test it using "Put test message" on my remote queue. |
Topic: Can I connect two queue managers that has the same name? |
carolhara
Replies: 13 Views: 10399
|
Forum: General IBM MQ Support Posted: Sun Aug 22, 2010 7:18 am Subject: Can I connect two queue managers that has the same name? |
The reason code was 2087: MQRC_UNKNOWN_REMOTE_Q_MGR.
I believe I have set the communication all right.
- Transmission queue has the same name as my remote queue manager: A.
- Sender channel using ... |
Topic: Can I connect two queue managers that has the same name? |
carolhara
Replies: 13 Views: 10399
|
Forum: General IBM MQ Support Posted: Sun Aug 22, 2010 7:03 am Subject: Can I connect two queue managers that has the same name? |
Hello! =)
I wanna send messages from queue manager A in box 1 to queue manager A in box 2.
I´m not sure if I´m getting this right but my Remote Queue Manager (in remote queue definition) can´ ... |
Topic: Who got my message? |
carolhara
Replies: 19 Views: 8210
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2009 6:08 am Subject: Who got my message? |
But what if more than one application take messages from that queue and the Correlid was not set?
If not through CODs, is there any other way?
Thanks. |
Topic: Who got my message? |
carolhara
Replies: 19 Views: 8210
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2009 5:28 am Subject: Who got my message? |
Hello.
Through a COD msg, is there anyway I can find out which application got my message? How?
Thank you. |
Topic: Correlation ID |
carolhara
Replies: 4 Views: 3705
|
Forum: General IBM MQ Support Posted: Tue Feb 03, 2009 10:55 am Subject: Correlation ID |
Does the CorrelID guarantee that a message was put into a queue?
Thanks. |
Topic: Correlation ID |
carolhara
Replies: 4 Views: 3705
|
Forum: General IBM MQ Support Posted: Tue Feb 03, 2009 10:03 am Subject: Correlation ID |
Hello there!
My question is: when does an application get the correlation ID - on the MQput of a message or on its commit/syncpoint?
Thankss |
Topic: MQosho |
carolhara
Replies: 3 Views: 3698
|
Forum: General Discussion Posted: Tue Jul 22, 2008 10:28 am Subject: MQosho |
Sorry, never heard of it.
But I know that kosho was a japanese emperor or something. rsrs |
Topic: MQ monitoring tool |
carolhara
Replies: 36 Views: 63150
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jul 15, 2008 10:27 am Subject: MQ monitoring tool |
That's seems to be really interesting. I'm going to try to arrange a POC in our environment for QP.
Any thoughts on M6 / omegamon?
Thnx
We have just updated Tivoli Omegamon from Candle.
I f ... |
Topic: deleting queues |
carolhara
Replies: 1 Views: 1609
|
Forum: General IBM MQ Support Posted: Thu Jul 03, 2008 8:30 am Subject: deleting queues |
Hello.
I need to delete some remote queues but I was told that an MQ process could be using/ holding them and I would not be able to delete them.
What I want to know is if there is a time out or s ... |
Topic: Sender Channel Initializing |
carolhara
Replies: 38 Views: 33580
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2008 5:19 am Subject: Sender Channel Initializing |
We changed the MCA type to 'thread' and now the channels are not falling anymore.
Just don´t know if we can leave it this way.
Thanks for replying! |
Topic: Sender Channel Initializing |
carolhara
Replies: 38 Views: 33580
|
Forum: General IBM MQ Support Posted: Mon Mar 03, 2008 12:36 pm Subject: Sender Channel Initializing |
This is the error message
Event Type: Error
Event Source: WebSphere MQ
Event Category: None
Event ID: 9604
Date: 3/3/2008
Time: 16:24:30
User: N/A
Computer: BSP8253
Description:
Channel ... |
Topic: Sender Channel Initializing |
carolhara
Replies: 38 Views: 33580
|
Forum: General IBM MQ Support Posted: Mon Mar 03, 2008 11:43 am Subject: Sender Channel Initializing |
Vitor, yes.. channel initiator is running.
Bruce, Jefflowrey, I think I set the discint to 0 while they were inactive, stopped the queue manager and restarted it.. you think it didn´t take effect? ... |