Author |
Message |
Topic: JMS application send message to MQ problem:reason 2009 |
terry902
Replies: 4 Views: 4596
|
Forum: General IBM MQ Support Posted: Thu Jul 16, 2015 1:03 am Subject: JMS application send message to MQ problem:reason 2009 |
In my test, I did not reestablish the connection. After more than 4 hours, the application re-sent the message successfully. So I confused now. |
Topic: JMS application send message to MQ problem:reason 2009 |
terry902
Replies: 4 Views: 4596
|
Forum: General IBM MQ Support Posted: Wed Jul 15, 2015 12:26 am Subject: JMS application send message to MQ problem:reason 2009 |
...
MQQueueConnection connection = (MQQueueConnection)mcf.createQueueConnection(mqUsername,mqPassword);
connection.start();
...
queueSession = connection.createQueueSession(false,Session.AUTO_AC ... |
Topic: is there any way to know the info of the MQ client |
terry902
Replies: 7 Views: 5805
|
Forum: General IBM MQ Support Posted: Wed Jun 24, 2015 12:01 am Subject: is there any way to know the info of the MQ client |
Are you asking whether you can tell which application (IP address) has the queue open and is consuming messages ? Or are you asking whether, long after a message has been taken off a queue, whether yo ... |
Topic: is there any way to know the info of the MQ client |
terry902
Replies: 7 Views: 5805
|
Forum: General IBM MQ Support Posted: Tue Jun 23, 2015 10:50 pm Subject: is there any way to know the info of the MQ client |
hi all,is there any way to know the info of the client who had get the message from queue. such as IP and so on. thanks |
Topic: How to send messasge to specified qm in this scenario |
terry902
Replies: 5 Views: 6830
|
Forum: Clustering Posted: Tue Jun 09, 2015 5:57 am Subject: How to send messasge to specified qm in this scenario |
Why would you want to break the clustering paradigm? Why do you care that a particular message goes to a particular queue manager; unless it's a reply to a request message? And it appears you have als ... |
Topic: How to send messasge to specified qm in this scenario |
terry902
Replies: 5 Views: 6830
|
Forum: Clustering Posted: Tue Jun 02, 2015 12:48 am Subject: How to send messasge to specified qm in this scenario |
QM1,QM2,QM3 in a cluster CL.
Q1 is a cluster queue,resides in QM2 and QM3.
My app used MQ java classes not JMS api, only communicate with QM1.
How can I send message to Q1(QM2) or sometimes to ... |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Wed Jan 21, 2015 5:51 pm Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
The sever error as follows:
AMQ5653: The user 'terry' is not defined.
EXPLANATION:
The system call getpwnam("terry") failed with errno -1.
ACTION:
If you are trying to use user 'terry ... |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Wed Jan 21, 2015 12:04 am Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
Ok let's take a different tack. Java does have some more complicated issues with sending the user ID and password up to the queue manager due to the to modes (the compatibility mode and the MQCSP mode ... |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Tue Jan 20, 2015 12:25 am Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
Sounds like an issue we had last summer. Unfortunately, we were unable to get it to work. We wound up disabling CONNAUTH.
so strange,
I still expect the solutions |
Topic: MQ client 7.5 can not access V8 qm |
terry902
Replies: 12 Views: 18355
|
Forum: General IBM MQ Support Posted: Mon Jan 19, 2015 11:52 pm Subject: MQ client 7.5 can not access V8 qm |
After uninstalling the AMS component, the errors disappeared |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Thu Jan 08, 2015 5:42 pm Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
And did you try running without compatibility mode anyway, to see what difference it makes?
Cheers
Morag
yes i did ,but no difference.  |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Wed Jan 07, 2015 10:12 pm Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
Is your password longer than 12 characters? If yes, switch off capability mode in the MQ Explorer panel where you set the password.
Cheers
Morag
no,just "mqm"
mqm is the user? or ... |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Wed Jan 07, 2015 1:42 am Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
Is your password longer than 12 characters? If yes, switch off capability mode in the MQ Explorer panel where you set the password.
Cheers
Morag
no,just "mqm" |
Topic: MQ client 7.5 can not access V8 qm |
terry902
Replies: 12 Views: 18355
|
Forum: General IBM MQ Support Posted: Tue Jan 06, 2015 8:08 pm Subject: MQ client 7.5 can not access V8 qm |
MQJE001: Completion Code '2', Reason '6114'。
com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ2008: Failed to open MQ queue 'Q_DEADLETTER'.
Explanation : JMS attempted to perform an MQOPEN, ... |
Topic: MQ explorer V8 cannot connect to V8 qm with user & passw |
terry902
Replies: 23 Views: 24812
|
Forum: General IBM MQ Support Posted: Tue Jan 06, 2015 7:48 pm Subject: MQ explorer V8 cannot connect to V8 qm with user & passw |
echo "ALTER AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWOS) AUTHTYPE(IDPWOS) CHCKCLNT(OPTIONAL)" | runmqsc TEST
echo "REFRESH SECURITY TYPE(CONNAUTH)" | runmqsc TEST
MQ JMS :
conne ... |