Author |
Message |
Topic: Is MQ using a nslookup even if I do not use DNS ? |
MQ123
Replies: 2 Views: 4936
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 27, 2008 11:24 pm Subject: Is MQ using a nslookup even if I do not use DNS ? |
Thanks Nigelg for confirming that !
Next question is:
What happens if this reserve lookup is failing (because of DNS Server problems).
Will MQ wait and the channel will not be closed properly ?
... |
Topic: Is MQ using a nslookup even if I do not use DNS ? |
MQ123
Replies: 2 Views: 4936
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 27, 2008 6:58 am Subject: Is MQ using a nslookup even if I do not use DNS ? |
Assume I am using native IP addresses for my channel definitions.
Now the channel is going down for some reason.
MQ will log that information into the errorlog.
I was told that now MQ is trying t ... |
Topic: Top Ten reasons to bring MQ down |
MQ123
Replies: 8 Views: 5364
|
Forum: General IBM MQ Support Posted: Mon May 26, 2008 10:59 pm Subject: Top Ten reasons to bring MQ down |
Thanks to all ! |
Topic: Top Ten reasons to bring MQ down |
MQ123
Replies: 8 Views: 5364
|
Forum: General IBM MQ Support Posted: Mon May 26, 2008 2:06 am Subject: Top Ten reasons to bring MQ down |
Thanks Gayathri - but can you classify this more in detail ?
What can cause a QM to come in a corrupted state ? |
Topic: Top Ten reasons to bring MQ down |
MQ123
Replies: 8 Views: 5364
|
Forum: General IBM MQ Support Posted: Mon May 26, 2008 1:01 am Subject: Top Ten reasons to bring MQ down |
May be this is a little bit silly, but I want to ask you:
What are from your point of view and based upon your experiences the top ten reason which coud hurt MQ Series operations ?
Ok, I start w ... |
Topic: DNS Name or native IP adresses - which would be better ? |
MQ123
Replies: 2 Views: 2586
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 26, 2008 12:39 am Subject: DNS Name or native IP adresses - which would be better ? |
I want to ask for pro and cons to the topic:
Should I use DNS names or native IP adresses.
Pro DNS:
- Easier to understand
- if the related IP will change, you do not need do change the MQ confi ... |
Topic: Channel Performance when putting messages to DLQ - Part 2 |
MQ123
Replies: 5 Views: 3747
|
Forum: General IBM MQ Support Posted: Tue Apr 29, 2008 4:35 am Subject: Channel Performance when putting messages to DLQ - Part 2 |
Thanks for the replys !
I forgot to mention that the channel between the two Queuemangers was a Clusterchannel.
Today I tested to set the retry setting to zero on the receiver side and as expe ... |
Topic: Channel Performance when putting messages to DLQ - Part 2 |
MQ123
Replies: 5 Views: 3747
|
Forum: General IBM MQ Support Posted: Mon Apr 28, 2008 5:12 am Subject: Channel Performance when putting messages to DLQ - Part 2 |
Under
http://mqseries.net/phpBB2/viewtopic.php?p=187908&highlight=&sid=bdf5f3c2b4db6900b513641cce25b340
I found the topic about performance issues because the channel PAUSED when the RCVR M ... |
Topic: SYSTEM.ADMIN.STATISTICS.QUEUE |
MQ123
Replies: 2 Views: 3381
|
Forum: General IBM MQ Support Posted: Wed Aug 29, 2007 1:44 am Subject: SYSTEM.ADMIN.STATISTICS.QUEUE |
Ok,
to sum it up:
1. The messages are not persistence, so after a restart they are gone.
2. There seems to be no round-robin feature, so when you set up the time intervall very short you will r ... |
Topic: SYSTEM.ADMIN.STATISTICS.QUEUE |
MQ123
Replies: 2 Views: 3381
|
Forum: General IBM MQ Support Posted: Wed Aug 29, 2007 1:05 am Subject: SYSTEM.ADMIN.STATISTICS.QUEUE |
I have enabled the statistics feature to generate queue statistics messages for the SYSTEM.ADMIN.STATISTICS.QUEUE.
The intervall is set to 900 seconds.
I see that messages are written to that queue ... |
Topic: JMS redudant information in MQ message |
MQ123
Replies: 1 Views: 2697
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 06, 2007 12:04 am Subject: JMS redudant information in MQ message |
Hey,
1. When I use a JMS program to write a message to a queue using something like
outMessage.setJMSReplyTo(session.createQueue("TEST.OUTPUT"));
outMessage.setText(data);
qu ... |