Author |
Message |
Topic: check status of queue manager |
prithun
Replies: 15 Views: 9801
|
Forum: General Discussion Posted: Thu Jun 22, 2006 12:12 am Subject: check status of queue manager |
dspmq solved my problem. I wanted to know the status from a shell script. Thanks for all the replies. |
Topic: check status of queue manager |
prithun
Replies: 15 Views: 9801
|
Forum: General Discussion Posted: Tue Jun 20, 2006 5:52 am Subject: check status of queue manager |
I have an application which has two queue managers.
I want to check whether a specific Queue Manager is running or not.
Is there any utility to check the status.
Can anybody please tell me a wa ... |
Topic: WebSphere MQ object damaged |
prithun
Replies: 6 Views: 3854
|
Forum: General Discussion Posted: Fri Jun 16, 2006 6:01 am Subject: WebSphere MQ object damaged |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| ... |
Topic: WebSphere MQ object damaged |
prithun
Replies: 6 Views: 3854
|
Forum: General Discussion Posted: Thu Jun 15, 2006 10:37 pm Subject: WebSphere MQ object damaged |
I had configured a queue and it was working fine. Now when I give the command
display qlocal(MSG_QUEUE)
1 : display qlocal(MSG_QUEUE)
AMQ8149: WebSphere MQ object damaged.
There was no ac ... |
Topic: MQ v5.3 on 64-bit Hardware |
prithun
Replies: 4 Views: 3280
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun May 21, 2006 9:31 pm Subject: MQ v5.3 on 64-bit Hardware |
Thanks for the help.
But I am really confused whether MQ 5.3 would work on 64-bit hardware because I was getting some errors while running some sample programs(submitting and retrieving messages) . ... |
Topic: MQ v5.3 on 64-bit Hardware |
prithun
Replies: 4 Views: 3280
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 18, 2006 9:41 pm Subject: MQ v5.3 on 64-bit Hardware |
Is MQ 5.3 supported on 64-bit. Or should I go with MQ 6.0. |
Topic: How to set persistence for the message in JAVA |
prithun
Replies: 9 Views: 8397
|
Forum: General Discussion Posted: Sun Mar 05, 2006 6:07 am Subject: How to set persistence for the message in JAVA |
I would appreciate if you suggest me how should I use the MQPER option. Note that I am not using JMS. Its a simple publish/subscribe mechanism. |
Topic: How to set persistence for the message in JAVA |
prithun
Replies: 9 Views: 8397
|
Forum: General Discussion Posted: Sun Mar 05, 2006 5:12 am Subject: How to set persistence for the message in JAVA |
Should we set these options in the Queue open Options as
int openOptions = MQC.MQPER_PERSISTENT + (other options that I am already using such as MQC.MQOO_INPUT_AS_Q_DEF+MQC.MQOO_OUTPUT + MQC.MQOO_FA ... |
Topic: How to set persistence for the message in JAVA |
prithun
Replies: 9 Views: 8397
|
Forum: General Discussion Posted: Sun Mar 05, 2006 12:38 am Subject: How to set persistence for the message in JAVA |
I am not using JMS |
Topic: How to set persistence for the message in JAVA |
prithun
Replies: 9 Views: 8397
|
Forum: General Discussion Posted: Sat Mar 04, 2006 6:45 am Subject: How to set persistence for the message in JAVA |
I have a JAVA application in which I needed to set persistence options.
I found that in C++ we use setPersistence() function.
But I couldn't find any in JAVA.
Can anybody help. |
Topic: gsk6cmd gives error |
prithun
Replies: 17 Views: 13885
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 11, 2006 9:47 pm Subject: gsk6cmd gives error |
I could see only I/O error and no other errors were found.
libstdc++.so.3 is not shipped with RHEL 3. So I have made a symbolic link to libstdc++.so.5.0.3. Is this causing the error? |
Topic: gsk6cmd gives error |
prithun
Replies: 17 Views: 13885
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 11, 2006 8:52 am Subject: gsk6cmd gives error |
I made it in bold ......sorry..
It is eight closing bracket |
Topic: gsk6cmd gives error |
prithun
Replies: 17 Views: 13885
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 11, 2006 8:51 am Subject: gsk6cmd gives error |
the emoticons appeared for all the  |
Topic: gsk6cmd gives error |
prithun
Replies: 17 Views: 13885
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 11, 2006 8:48 am Subject: gsk6cmd gives error |
The error I am getting is "An I/O error occurred." No other information is available..I am executing the command as user mqm.
Below is the last part of output from strace....
rt_sigprocmask(SIG_ ... |
Topic: gsk6cmd gives error |
prithun
Replies: 17 Views: 13885
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jan 11, 2006 5:50 am Subject: gsk6cmd gives error |
ldd libgsk6kjni.so is showing
libstdc++.so.3 => /opt/mqm/lib/libstdc++.so.3 (0x00111000)
[/quote] |