Author |
Message |
Topic: Gracefully stopping Java MQ app |
DeadHead
Replies: 8 Views: 6278
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 09, 2007 12:03 pm Subject: Gracefully stopping Java MQ app |
Thank you Roger. Thanks to all of you...
PS You need some "new" Emoticons with an "attitude".... |
Topic: Gracefully stopping Java MQ app |
DeadHead
Replies: 8 Views: 6278
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 09, 2007 8:12 am Subject: Thanks jefflowrey & Vitor for you time & help... |
 |
Topic: Gracefully stopping Java MQ app |
DeadHead
Replies: 8 Views: 6278
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 09, 2007 8:05 am Subject: Gracefully stopping Java MQ app |
Code it to quit when the queue is empty, or code it to accept a special shutdown message. Search here for Feedback codes.
Do you mean to just send a "special" message through the MQ queu ... |
Topic: Gracefully stopping Java MQ app |
DeadHead
Replies: 8 Views: 6278
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 09, 2007 6:59 am Subject: Gracefully stopping Java MQ app |
'Lo all,
I have a Java app running on an iSeries or AS400 that reads from a MQ queue and writes to an iSeries dataQ. Works fine, question is, how can I bring it down "gracefully" or cleanly ... |
Topic: MQ Commit question |
DeadHead
Replies: 6 Views: 10393
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 11, 2006 5:51 am Subject: MQ Commits... |
'lo again dudes...
first off, thanks for the advice. I think you've answered my question plus I've learned the term UOW which is very descriptive on what I was asking about. My pgm is a "N" ... |
Topic: MQ Commit question |
DeadHead
Replies: 6 Views: 10393
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 10, 2006 1:47 pm Subject: MQ Commit question |
'lo all,
I'm new at Java & MQ and this place helped me to get my first Java/MQ program running...thanks to all. I have a question however in regards to the MQ commit command. I'm reading an ISer ... |
Topic: Reading MQ messages on ISeries |
DeadHead
Replies: 4 Views: 3794
|
Forum: General Discussion Posted: Fri Sep 29, 2006 6:21 am Subject: Sneaky....very sneaky....vennela.... |
Shoulda known.....and very disppointing too.... vennela isn't a "she". Well, at least I know now and I still thank you for the help..... I guess "that's all I got to say about that..... ... |
Topic: Reading MQ messages on ISeries |
DeadHead
Replies: 4 Views: 3794
|
Forum: General Discussion Posted: Thu Sep 28, 2006 1:51 pm Subject: Thanks... |
Thank you very much vennela... Er, I apolgize for sounding like a male chauvinistic pig but if your avatar pic is really you....what are you doing for dinner tonight......? Thanks again. |
Topic: Reading MQ... |
DeadHead
Replies: 5 Views: 4974
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 1:42 pm Subject: Reading MQ... |
Thanks jefflowrey for the insight... It cleared up some...shall we say...confusion... You can bet I'll be checking the manual as you suggested too. This is a great site wih a lot of experience hanging ... |
Topic: Reading MQ messages on ISeries |
DeadHead
Replies: 4 Views: 3794
|
Forum: General Discussion Posted: Thu Sep 28, 2006 11:59 am Subject: Reading MQ messages on ISeries |
New at MQ & Java. I have a Java MQ Client app that is running on an ISeries/AS400 that is reading from the MQ Server which is located on another ISeries/AS400 box. All it has to do is read the MQ ... |
Topic: Reading MQ... |
DeadHead
Replies: 5 Views: 4974
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 11:51 am Subject: Reading MQ... |
All messages traveling through MQ must have at least a MQMD header.
Is there any slick way of stripping this off and just dealing with the data message in order to write it out?  |
Topic: Reading MQ... |
DeadHead
Replies: 5 Views: 4974
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 28, 2006 11:36 am Subject: Reading MQ... |
New at MQ & Java. I have a Java MQ Client app that is running on an ISeries/AS400 that is reading from the MQ Server which is located on another ISeries/AS400 box. All it has to do is read the MQ ... |