Author |
Message |
Topic: File Transfer over MQ Series |
mdares
Replies: 7 Views: 5335
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 6:11 am Subject: File Transfer over MQ Series |
Offhand for reference, I base64 encoding our encrypted zip files and sending them as part of an XML document. This seemd to make the most sense from an interoperability point of view for us. |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 11:39 am Subject: Large messages failing |
I will be doing some testing to see what the effects of sending these files through MQ Series (I don't expect my files to ever really be that large, but there is a possibility with poorly designed rep ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 8:59 am Subject: Large messages failing |
Yes, nothing was showing in the dead letter queue. After deleting the queues and recreating them, we were still having problems, finally we got to a point (I don't know how, much of this has to go to ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 6:17 am Subject: Large messages failing |
We have a remote queue under one manager and a local queue under another. I fixed the looging only for the queue manager the messages were comming into. We have a transmission queue which is used by t ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 6:02 am Subject: Large messages failing |
Yes, and that was the problem initially I think (I fixed it only on the remote queue) however after fixing that, I can't seem to recover from the damage. I can't even send small messages now, which wo ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 5:56 am Subject: Large messages failing |
Sorry Yes I saw that and I have restarted, etc. I have gone as far as recreating my queues, and am still having problems with my messages (and only mine) being stuck in the channel. We have a transmis ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 19, 2006 5:14 am Subject: Large messages failing |
I now seem to have a problem with my messages all being backed up in the channel. This started happening right after I sent a large file. I get a messge in the error log saying(below), but it appears ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 10:06 am Subject: Large messages failing |
And that was the problem. I upped the log files and their size to something appropiate, and I am now in business. Thank you! The next unlucky soul's google search should now turn up a useful answer!
... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 9:36 am Subject: Large messages failing |
It appears it is trying to write the whole message to a log file and failing... I am digging into this now, I will post if I figure this out.
Matt |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 8:26 am Subject: Large messages failing |
Here is what I know, 21 gigs of HD free, with only 800MB of gigs of RAM. The box should be under loaded as it is a Dev/testing box (runs at like 2% of available, and spikes to 26% (estimate, and inacc ... |
Topic: Large messages failing |
mdares
Replies: 17 Views: 9645
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 18, 2006 7:00 am Subject: Large messages failing |
Hi everyone. I have my MQ Queue, Queue Manager and Channel all set to accept up to 25 MB messages. When I try and send anything over four MB I get the following exceptions:
MQJMS2007: failed to send ... |
Topic: File Transfer over MQ Series |
mdares
Replies: 7 Views: 5335
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 07, 2006 12:00 pm Subject: File Transfer over MQ Series |
Lol,
Probably like ... 5.3?
(Which happens to be what I am using...)
Thanks! |
Topic: File Transfer over MQ Series |
mdares
Replies: 7 Views: 5335
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 07, 2006 10:49 am Subject: File Transfer over MQ Series |
Thanks Jeff,
That helps get me going...
Markt,
I was under the impression that 4MB was the message size limit? Which on a good day I might have pushed. It would be 'impossible' for one of o ... |
Topic: File Transfer over MQ Series |
mdares
Replies: 7 Views: 5335
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 07, 2006 8:49 am Subject: File Transfer over MQ Series |
Hello,
I know this general topic has been covered here before, but I still haven't quite found the answer I am looking for. Here is my setup:
We are looking to send a file and some metadata desc ... |