On Thu, Aug 07, 2008 at 03:23:26PM +0200, Marco Buss wrote: > remove the setting of the blobUploadStrategy from your code an use this > brokerURL to initialise your ActiveMQConnectionFactory > > tcp://localhost:1235?jms.*blobTransferPolicy*.defaultUploadUrl=http://localhost:8161/fileserver/
I was able to make things working by unpacking the
activemq-fileserver-5.1.0.war into webapps directory, and altering the Jetty
config like listed below:
<jetty xmlns="http://mortbay.com/schemas/jetty/1.0">
<connectors>
<nioConnector port="8161" />
</connectors>
<handlers>
<webAppContext contextPath="/fileserver"
resourceBase="webapps/" logUrlOnStart="true" />
</handlers>
</jetty>
I removed my custom blob upload manager and everything works fine now - I can
send and receive blobs.
Thank you for your help!
--
Eugene N Dzhurinsky
pgpTi60tNFay8.pgp
Description: PGP signature
