Author |
Message |
Topic: MQSeries connection handling |
deb
Replies: 1 Views: 1541
|
Forum: General IBM MQ Support Posted: Thu Jul 03, 2008 7:57 am Subject: MQSeries connection handling |
Hello,
Is it possible to handle MQSeries connection from the Queue Manager side in such a way that when some client tries to connect to a queue, the connection is allowed or denied based on ... |
Topic: Killing queue connection from console |
deb
Replies: 4 Views: 4848
|
Forum: General IBM MQ Support Posted: Wed Sep 26, 2007 3:09 am Subject: Killing queue connection from console |
Thanks,
the command dis qs(myqname) type(handle) pid
gave me the PID which i killed and now things are working fine.
The lock is released. |
Topic: Killing queue connection from console |
deb
Replies: 4 Views: 4848
|
Forum: General IBM MQ Support Posted: Wed Sep 26, 2007 1:26 am Subject: Killing queue connection from console |
I have killed the application which had this connection, but still the queue connection seem to be open and getting 2042 error.
The qstatus command gives me the below output:
DISPLAY QSTATUS(MQ. ... |
Topic: Killing queue connection from console |
deb
Replies: 4 Views: 4848
|
Forum: General IBM MQ Support Posted: Wed Sep 26, 2007 12:59 am Subject: Killing queue connection from console |
Hello,
I am using MQSeries 5.3 in AIX.
My question is, How is it possible to kill a queue connection
from the AIX console.
I get a connection problem MQJE001: Completion Code 2, Reason 2042
whi ... |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 5:46 am Subject: Message PUT Date/Time |
Write an API exit which logs the put time from the RCVR MCA.
So is that the only option i am left with??? |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 5:20 am Subject: Message PUT Date/Time |
Upgrade to v6. No matter what else you do. Do it today! Now!
Not possible, for some reason.
What can be done in V5.3 for the same? |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 5:00 am Subject: Message PUT Date/Time |
Hello
If you can specify one of the MQRO_COA flags when you put the message, then when it arrives at its final destination, the qmgr should generate a COA report message (to the ReplyToQ/Qmgr) ... |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 4:55 am Subject: Message PUT Date/Time |
i am using mqseries V5.3 |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 4:00 am Subject: Message PUT Date/Time |
Thanks for your reply!!
But this seems like a long workaround, it there anything/anywhere in MQSERIES objects/logs/attributes etc. where this information is already available.
"When did the l ... |
Topic: Message PUT Date/Time |
deb
Replies: 12 Views: 8155
|
Forum: General IBM MQ Support Posted: Tue Sep 18, 2007 3:22 am Subject: Message PUT Date/Time |
Hello,
I need a solution/suggestion for the below senerio.
Queue Managers:
QM1 in Host H1
QM2 in Host H2
QM1 configurations
Remote queue - RQ1 for local queue LQ1 of queue manager QM2 in H ... |
Topic: Connection stop problem |
deb
Replies: 17 Views: 12781
|
Forum: General IBM MQ Support Posted: Wed Jul 18, 2007 5:50 am Subject: Connection stop problem |
Well...sorry bout that!!! .....but i did understood my problem...and got
it fixed, It was a MQ/JMS issue and should belong to "Websphere MQ Java / JMS" list.
However as you suggested &qu ... |
Topic: Connection stop problem |
deb
Replies: 17 Views: 12781
|
Forum: General IBM MQ Support Posted: Wed Jul 18, 2007 5:02 am Subject: Connection stop problem |
Vitor,
As i said the problem is not on the MQSeries side, its on the JMS side.
However when u are using a local JMS connection factory in weblogic
you have a checkbox in the console "All ... |
Topic: Connection stop problem |
deb
Replies: 17 Views: 12781
|
Forum: General IBM MQ Support Posted: Wed Jul 18, 2007 4:46 am Subject: Connection stop problem |
Thanks Victor,
the links u provided does answer one of my question regarding the
unused process. Also i will use runmqlsr instead of inetd. Some of my
analysis regarding this issue now clear ... |
Topic: Connection stop problem |
deb
Replies: 17 Views: 12781
|
Forum: General IBM MQ Support Posted: Wed Jul 18, 2007 4:21 am Subject: Connection stop problem |
Ok let say this is a Java issue as JMS is not able to terminate the below
process:
mqm 2457784 393348 0 15:41:04 - 0:00 amqcrsta -m MyQmanager
But is there a way to find any unused connection ... |
Topic: Connection stop problem |
deb
Replies: 17 Views: 12781
|
Forum: General IBM MQ Support Posted: Wed Jul 18, 2007 2:46 am Subject: Connection stop problem |
I don't disagree with you, yes there is a stop and a close method and i have used both, but i still have the same problem even when i use the
close method.
Regards
Deb |