Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Marc Weil
Thanks for the help, guys. Is the syntax for using SCP and SFTP with this the same? I figure that SFTP is, but with SCP you usually have to give a target directory on the remote host and I'm not sure how to configure it so activemq knows where to find it nor am I sure what the syntax for that part

Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Gary Tully
There was a recent fix for large messages over FTP so you may need https://issues.apache.org/activemq/browse/AMQ-2548 Actually that is one we should pull into 5.3.1 asap. wonder if the jetty server has some sort of timeout that is causing the connection to close, does debug logging help? On 30 Ja

Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Dejan Bosanac
Hi Marc, for messages of that size, I'd definitely recommend using FTP. You can find examples of how to use FTP with blob messages in this test case http://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/blob/FTPBlobTest.java?r=HEAD (and some more in

Re: How can I disable Wildcards?

2010-01-30 Thread Rob Davies
I pretty sure you can't disable wildcards - they are baked in at the client and the broker You could raise a jira to make them more flexible in 6.0 ? On 30 Jan 2010, at 01:59, mastaskillz33 wrote: Any ideas? mastaskillz33 wrote: http://activemq.apache.org/wildcards.html -- View this me