Author |
Message |
Topic: MQ sample programs options |
pintrader
Replies: 3 Views: 5525
|
Forum: General IBM MQ Support Posted: Mon Oct 20, 2014 6:25 pm Subject: Re: MQ sample programs options |
hi,
just curious , for the MQ sample programs such as amqsget or amqsput, i believe they don't come with options to skip DNS queries. If I want to prevent reverse DNS lookups, i can only do it at O ... |
Topic: MQ sample programs options |
pintrader
Replies: 3 Views: 5525
|
Forum: General IBM MQ Support Posted: Mon Oct 20, 2014 6:08 pm Subject: MQ sample programs options |
hi,
just curious , for the MQ sample programs such as amqsget or amqsput, i believe they don't come with options to skip DNS queries. If I want to prevent reverse DNS lookups, i can only do it at O ... |
Topic: delete dead letter queue messages |
pintrader
Replies: 4 Views: 8958
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 20, 2014 5:06 am Subject: delete dead letter queue messages |
hi thanks for reply
any reasons why can't we use
clear ql(DEAD.LETTER.Q)
as dlq are just local queues anyways..? |
Topic: delete dead letter queue messages |
pintrader
Replies: 4 Views: 8958
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 20, 2014 2:38 am Subject: delete dead letter queue messages |
hi,
i have read the doc but still can't get the hang of it. how do you use runmqdlq to delete all messages in dead letter queue? Is there an example?
thanks |
Topic: CA signing with same dn |
pintrader
Replies: 7 Views: 11456
|
Forum: IBM MQ Security Posted: Tue Oct 14, 2014 3:22 pm Subject: Re: CA signing with same dn |
Is it due to using the same -dn and label?
Yes. Why would 2 certs ever legitimately have the same dn and label? Given that dn is an abbreviation of Distinguished Name, why did you think they didn ... |
Topic: CA signing with same dn |
pintrader
Replies: 7 Views: 11456
|
Forum: IBM MQ Security Posted: Tue Oct 14, 2014 2:33 am Subject: CA signing with same dn |
hi
I have a server A, and server B
On server A, I did a CSR with -dn = "mydomain.com,O=blah1,OU=blah2,L=blah3,C=blah4". Then its signed with a CA such as entrust. I perform the adding of t ... |
Topic: Changing the LOCLADDR attribute |
pintrader
Replies: 5 Views: 7632
|
Forum: General IBM MQ Support Posted: Tue Oct 07, 2014 10:24 pm Subject: Changing the LOCLADDR attribute |
It probably does. As Paul said, remove the port from the localaddr field or specify a range of ports. This tells the system that you do not want the connection being established on port 1414 to be han ... |
Topic: Changing the LOCLADDR attribute |
pintrader
Replies: 5 Views: 7632
|
Forum: General IBM MQ Support Posted: Tue Oct 07, 2014 7:07 pm Subject: Changing the LOCLADDR attribute |
Both of these are IPv4 addresses. Just that one of them is in IPv6 syntax. I don't really see a need to change them if it's working.
However, specifying 1414 as the port number is, in my experience, ... |
Topic: Changing the LOCLADDR attribute |
pintrader
Replies: 5 Views: 7632
|
Forum: General IBM MQ Support Posted: Tue Oct 07, 2014 5:12 pm Subject: Changing the LOCLADDR attribute |
hi
On my QMGR, I have sender channels with LOCLADDR(10.10.10.10(1414)) but my receiver channels have LOCLADDR((::ffff:10.10.10.10(1414))..
It seems my receiver channels have IPv6 mappings. How c ... |
Topic: sender channel substate |
pintrader
Replies: 10 Views: 12850
|
Forum: General IBM MQ Support Posted: Thu Oct 02, 2014 12:06 am Subject: sender channel substate |
Hi
so it will be interesting some additional investigation on the behavior ,for example if we use a no ssl channel between the two qmgr do we measure similar connection times ?
without SSL seem ... |
Topic: sender channel substate |
pintrader
Replies: 10 Views: 12850
|
Forum: General IBM MQ Support Posted: Wed Oct 01, 2014 11:28 pm Subject: sender channel substate |
Hi
Well if the listener is active ,probably you have some ssl configuration problem ,i would suggest a further investigation using these instructions :
http://www-01.ibm.com/support/docview.ws ... |
Topic: sender channel substate |
pintrader
Replies: 10 Views: 12850
|
Forum: General IBM MQ Support Posted: Wed Oct 01, 2014 10:28 pm Subject: sender channel substate |
Hi
Have you checked the listener status on the receiver side Qmgr ?
yes, the listener is fine. Or do you mean there is some special attributes that i should take note of for a listener?
thanks |
Topic: sender channel substate |
pintrader
Replies: 10 Views: 12850
|
Forum: General IBM MQ Support Posted: Wed Oct 01, 2014 8:00 pm Subject: Re: sender channel substate |
Hi,
What does it means when i see SDR channel retrying and substate is OTHER.?
After that I tried to restart the sender channel, it goes to SSL handshaking substate and then goes to OTHER again. ... |
Topic: sender channel substate |
pintrader
Replies: 10 Views: 12850
|
Forum: General IBM MQ Support Posted: Wed Oct 01, 2014 6:18 pm Subject: sender channel substate |
Hi,
What does it means when i see SDR channel retrying and substate is OTHER.?
After that I tried to restart the sender channel, it goes to SSL handshaking substate and then goes to OTHER again. ... |
Topic: Display the OCSP attribute in QMGR |
pintrader
Replies: 1 Views: 3648
|
Forum: IBM MQ Security Posted: Tue Sep 30, 2014 7:23 pm Subject: Display the OCSP attribute in QMGR |
Hi,
I have changed the qm.ini to include a SSL stanza
eg
SSL:
OCSPAuthentication=OPTIONAL
OCSPCheckExtensions=NO
and i did a refresh security type(SSL) without restarting ... |