Author |
Message |
Topic: How to Trace whether a message was deliverd on to a Q? |
mitul
Replies: 5 Views: 3127
|
Forum: General IBM MQ Support Posted: Tue Mar 22, 2005 3:28 am Subject: How to Trace whether a message was deliverd on to a Q? |
Can u let me know that -
if a non-persistent message is delivered on a persistent Q then, on QMgr restart the message will be existing on the Q or not..
I think it won't but just wanna confirm.
I ... |
Topic: How to Trace whether a message was deliverd on to a Q? |
mitul
Replies: 5 Views: 3127
|
Forum: General IBM MQ Support Posted: Tue Mar 22, 2005 1:56 am Subject: How to Trace whether a message was deliverd on to a Q? |
We use circular logging at both the QMgrs.
I do have the logs which were in the "active" directory for both the QMgrs when the error occurred.
Both QMgrs reside on the same system.
Can you e ... |
Topic: How to Trace whether a message was deliverd on to a Q? |
mitul
Replies: 5 Views: 3127
|
Forum: General IBM MQ Support Posted: Tue Mar 22, 2005 12:04 am Subject: How to Trace whether a message was deliverd on to a Q? |
Is there any way by which I can find out whether a particular message was ever delivered to a Local Q?
The client claims that they had delivered the message on their remote Q and it has been sucess ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 06, 2005 6:58 am Subject: Not able to connect to a QMGR |
Thanks Leo,
I will forward this link to my administrator
I have also confirmed that the error occurs only for Bindings mode.
Probably either the shared memory error.
Also our admin is re ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 29, 2004 7:37 pm Subject: Not able to connect to a QMGR |
I have no clue about shmat.
Its just that when i dug the FDC is found this.
Also I assume that the user is declared to the OS and in the rt group.
Otherwise I won't be able to login with that id ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 29, 2004 12:12 am Subject: Not able to connect to a QMGR |
Roger,
dspmqaut -m GI.QM.PROD -t queue -n INPUT.FROM.CLIENT.LQ -p ftnoper
Entity ftnoper has the following authorizations for object INPUT.FROM.CLIENT.LQ:
get
browse
... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 28, 2004 11:49 pm Subject: Not able to connect to a QMGR |
Roger,
I think the permissions that you are mentioning are for Q's and not a QMgr.
In any case is it possible that not having a permission for put/get on a Q throws you with 2059..??
I will any ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 2 Views: 2596
|
Forum: General IBM MQ Support Posted: Tue Dec 28, 2004 10:38 pm Subject: Not able to connect to a QMGR |
Peter,
Sorry for this. But actually I wasn't able to decide whether this is an administration issue or something wrong in my java program or the way I am running the Java program (memory heap and a ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 28, 2004 8:14 pm Subject: Not able to connect to a QMGR |
I have logged on to the machine with the id which is a part of the mqm group. I have also created the QMgr and the other MQ objects like Q's and Channels with the same id.
/home/ftnoper>id
uid ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 12 Views: 8844
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 28, 2004 9:13 am Subject: Not able to connect to a QMGR |
I have a QMgr created on an HP-UX machine.
I have a java application that tries to connect to the QMgr to get messages from the Q. Since the application is running on the same box, I am not specify ... |
Topic: Not able to connect to a QMGR |
mitul
Replies: 2 Views: 2596
|
Forum: General IBM MQ Support Posted: Tue Dec 28, 2004 9:11 am Subject: Not able to connect to a QMGR |
I have a QMgr created on an HP-UX machine.
I have a java application that tries to connect to the QMgr to get messages from the Q. Since the application is running on the same box, I am not specify ... |
Topic: writeUTF and writeString |
mitul
Replies: 10 Views: 10504
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 22, 2004 2:18 am Subject: writeUTF and writeString |
Is this a valid one..
client writing the data in writeString()
and at the server side we trying to read it using a readUTF()
I think this is not allowed. It will throw an exception. But just wan ... |
Topic: writeUTF and writeString |
mitul
Replies: 10 Views: 10504
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 15, 2004 5:12 am Subject: writeUTF and writeString |
Thanks.
I will read the specified docs and get back to you incase further help is required. |
Topic: writeUTF and writeString |
mitul
Replies: 10 Views: 10504
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 13, 2004 8:38 pm Subject: writeUTF and writeString |
Thanks for clearing the concept.
The client is sending messages on our Q remotely. They use C application to do this. So no Java at the sending side.
We at our end are retrieving the messages f ... |
Topic: writeUTF and writeString |
mitul
Replies: 10 Views: 10504
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 12, 2004 8:57 pm Subject: writeUTF and writeString |
1. Whats the difference between a writeUTF and a writeString?
2. If I am not wrong you can write normal ascii text using a writeUTF same way as you write it in writeString. So why need writeString ... |