Author |
Message |
Topic: Setting identity context |
ml_black
Replies: 6 Views: 3961
|
Forum: General Discussion Posted: Mon Mar 22, 2004 9:43 am Subject: Setting identity context |
OK. Seems to work. Thanks very much! |
Topic: Setting identity context |
ml_black
Replies: 6 Views: 3961
|
Forum: General Discussion Posted: Mon Mar 22, 2004 9:09 am Subject: Setting identity context |
Well, I see what you are saying, but what I mean is that I want to GET an existing message off a queue, modify only the Put Application Name, and have all the other MQMD info stay the same. Then I wa ... |
Topic: Setting identity context |
ml_black
Replies: 6 Views: 3961
|
Forum: General Discussion Posted: Mon Mar 22, 2004 8:39 am Subject: Setting identity context |
OK, but what if I don't want to set all of them--I want the original correlation ID, etc. to persist? Thanks. |
Topic: Setting identity context |
ml_black
Replies: 6 Views: 3961
|
Forum: General Discussion Posted: Mon Mar 22, 2004 8:12 am Subject: Setting identity context |
I have used MQOO_SET_IDENTITY_CONTEXT and MQPMO_SET_IDENTITY_CONTEXT. I have a Java application that sets the putApplicationName. I then do MQPUT. The message gets on the queue OK, but the Put Appl ... |
Topic: ccsid and conversion tables |
ml_black
Replies: 1 Views: 3168
|
Forum: General Discussion Posted: Thu Mar 11, 2004 9:16 am Subject: ccsid and conversion tables |
Hi.
How do I check if I have the right conversion tables, as suggested in this post -> http://www.mqseries.net/phpBB2/viewtopic.php?t=3763&highlight=mqji
Thanks. |
Topic: App crashes upon readString() method |
ml_black
Replies: 2 Views: 2370
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 11, 2004 9:12 am Subject: App crashes upon readString() method |
I guess what I am asking is, did something get messed up because I attempted to put an incompatible characterset onto the queue? |
Topic: App crashes upon readString() method |
ml_black
Replies: 2 Views: 2370
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 11, 2004 9:07 am Subject: App crashes upon readString() method |
All was working yesterday until I messed with charactersets.
I have a Java App that reads an MQ message (MQSTR and charset 437). It then uses retrievedMessage.readString() to put the message data ... |
Topic: Unable to load message properties file-mqji(xx).properties |
ml_black
Replies: 2 Views: 3153
|
Forum: General Discussion Posted: Thu Mar 11, 2004 8:10 am Subject: Unable to load message properties file-mqji(xx).properties |
Oh, and my classpath has not changed, so that's not it. |
Topic: Unable to load message properties file-mqji(xx).properties |
ml_black
Replies: 2 Views: 3153
|
Forum: General Discussion Posted: Thu Mar 11, 2004 8:04 am Subject: Unable to load message properties file-mqji(xx).properties |
I'm not sure if this is an MQ problem or Java problem, but I suspect MQ, so I'll post it in this category.
I have a Java App that reads an MQ message. I use an MQ utility to put the message. All ... |
Topic: two-phase commits with Domino |
ml_black
Replies: 1 Views: 1889
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 04, 2004 7:45 am Subject: two-phase commits with Domino |
I have a Java application which GETs a message and then loads it into a Domino db with an SQL statement. I would like to use a two-phase commit, but I'm not sure how to get the feedback from the db, ... |
Topic: Recommended Wait Intervals |
ml_black
Replies: 11 Views: 6060
|
Forum: General Discussion Posted: Wed Feb 25, 2004 9:30 am Subject: Recommended Wait Intervals |
OK, thanks. However, I'm still restricted to use a looping GET with WAIT because of the quick and dirty way in which we're going to monitor this process.
So, any suggestions on the Wait Interval ... |
Topic: Recommended Wait Intervals |
ml_black
Replies: 11 Views: 6060
|
Forum: General Discussion Posted: Wed Feb 25, 2004 7:00 am Subject: Recommended Wait Intervals |
It's in Java. I was going on info in this post->
http://www.mqseries.net/phpBB2/viewtopic.php?t=13107
Also from browsing this forum it was my understanding that unlimited WAITs can be difficul ... |
Topic: Recommended Wait Intervals |
ml_black
Replies: 11 Views: 6060
|
Forum: General Discussion Posted: Wed Feb 25, 2004 6:21 am Subject: Recommended Wait Intervals |
Hi.
What do you recommend I set the Wait Interval to for a Get with Wait running on a continuous loop? At this time, we don't expect many messages in total, although we could get short periods du ... |
Topic: definition of MQ listener |
ml_black
Replies: 5 Views: 4106
|
Forum: General Discussion Posted: Tue Feb 17, 2004 10:56 am Subject: definition of MQ listener |
Yes, Eddie A. That is what I meant. We must have been posting replies at the same time.
So an MQ listener is only for some kind of connection purpose? Not similiar to a trigger at all?
Thanks ... |
Topic: definition of MQ listener |
ml_black
Replies: 5 Views: 4106
|
Forum: General Discussion Posted: Tue Feb 17, 2004 10:54 am Subject: definition of MQ listener |
Thanks. I was hoping that's what it was.
Now, what is the advantage to using an MQ listener over coding an MQGET with WAIT loop right in my Java application? And is it simple to monitor a liste ... |