Author |
Message |
Topic: Problematic VBScript program, file read from MQ gets 0 size |
atoms
Replies: 2 Views: 6229
|
Forum: IBM MQ API Support Posted: Tue Apr 04, 2006 12:27 am Subject: Problematic VBScript program, file read from MQ gets 0 size |
Oops! The indentation of the code got messed up, I hope it's readable anyway. Sorry for that! |
Topic: Problematic VBScript program, file read from MQ gets 0 size |
atoms
Replies: 2 Views: 6229
|
Forum: IBM MQ API Support Posted: Tue Apr 04, 2006 12:23 am Subject: Problematic VBScript program, file read from MQ gets 0 size |
Since I've gotten excellent help from this forum before, I thought I'd give it a try this time as well.
I have this VBScript program that has started to behave unexpected. It is supposed to get mes ... |
Topic: Problem when getting from a remote queue... |
atoms
Replies: 5 Views: 4705
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 03, 2006 10:37 pm Subject: Problem when getting from a remote queue... |
That's brilliant, now it works! Many thanks!
So, the problem was that the sending app produced the message in a different CCSID? And this message option tells the queue manager to "translate" tha m ... |
Topic: Problem when getting from a remote queue... |
atoms
Replies: 5 Views: 4705
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 03, 2006 12:12 pm Subject: Problem when getting from a remote queue... |
Thank's for your reply! It is possible that the queue manager from which I'm getting the message is set up with a different CCSID, I need to check that out. The messages I'm dealing with are text mess ... |
Topic: Non-persistant messages survives a queue manager restart...? |
atoms
Replies: 10 Views: 7585
|
Forum: General IBM MQ Support Posted: Mon Apr 03, 2006 11:44 am Subject: Non-persistant messages survives a queue manager restart...? |
Well, what I referred to as "persistance" was the property of the queue as it can be seen if you right-click the queue on a windows machine ("default persistance").
But if I understand correctly w ... |
Topic: Non-persistant messages survives a queue manager restart...? |
atoms
Replies: 10 Views: 7585
|
Forum: General IBM MQ Support Posted: Mon Apr 03, 2006 8:13 am Subject: Non-persistant messages survives a queue manager restart...? |
I noticed that when I did a "controlled" restart of a queue manager, messages that were stacked on a queue defined as "non-persistant" actually "survived" the restart. I had expected that the messages ... |
Topic: Problem when getting from a remote queue... |
atoms
Replies: 5 Views: 4705
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 03, 2006 8:05 am Subject: Problem when getting from a remote queue... |
I'm trying to do a "non-destructive" get from a queue and write the results to a file within a simple Java program. It all works fine when I run this program against a local queue manager set up on my ... |
Topic: a question about triggering |
atoms
Replies: 2 Views: 2946
|
Forum: General IBM MQ Support Posted: Thu Mar 09, 2006 12:24 am Subject: a question about triggering |
Ok, thanks for your help Jeff! I'll get started on studying these subjects. |
Topic: a question about triggering |
atoms
Replies: 2 Views: 2946
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2006 5:59 am Subject: a question about triggering |
I have this program (on windows 2k) which is set up to be triggered (trigger type=first) when messages arrive on a queue on my qmgr. The triggered program then gets the messages from the queue and wri ... |
Topic: message has grown too big |
atoms
Replies: 4 Views: 3902
|
Forum: General IBM MQ Support Posted: Fri Dec 09, 2005 12:30 am Subject: message has grown too big |
Ok, thanks! Mr Butcher: Just out of curiosity, what do you mean by "i dont want to discuss about message size here...". It sounds as if you think sending large messages over MQ basically is not a good ... |
Topic: message has grown too big |
atoms
Replies: 4 Views: 3902
|
Forum: General IBM MQ Support Posted: Thu Dec 08, 2005 7:00 am Subject: message has grown too big |
I have a problem where a message has grown too big for the default "Maximum Message Length" of 4194304 bytes set up for the queue and the channel. So, I did some testing and simply raised the maximum ... |
Topic: queue cycles messages..? |
atoms
Replies: 9 Views: 6233
|
Forum: General IBM MQ Support Posted: Wed Aug 24, 2005 8:07 am Subject: queue cycles messages..? |
In lack of better solutions, and after an agreement with my superiors, I temporarily solved the problem by emptying the queue. So, hopefully I have bought me some time to clear out what is really goin ... |
Topic: queue cycles messages..? |
atoms
Replies: 9 Views: 6233
|
Forum: General IBM MQ Support Posted: Wed Aug 24, 2005 3:49 am Subject: queue cycles messages..? |
Ok, thanks. I'll try to do that. |
Topic: queue cycles messages..? |
atoms
Replies: 9 Views: 6233
|
Forum: General IBM MQ Support Posted: Wed Aug 24, 2005 3:41 am Subject: queue cycles messages..? |
Ok, this sounds just teriffic! So, what can I do? Create a completely new queue for these messages? |
Topic: queue cycles messages..? |
atoms
Replies: 9 Views: 6233
|
Forum: General IBM MQ Support Posted: Wed Aug 24, 2005 3:27 am Subject: queue cycles messages..? |
Thanks for your reply!
is there a problem to raise the value to say 30000?
Yes, use the command "ALTER QMGR MAXUMSGS(30000)".
Do you mean "Yes,..." as in "Yes, there is a problem with raisin ... |