Re: Testing around BlobMessage

2011-08-02 Thread johncarl81
Pawan Chhabra pawan_chhabra@... writes: I had faced the similar problem. you need to set policy like connectionFactory.getBlobTransferPolicy().setUploadUrl(http://127.0.0.1:8161/fileserver/;); Just a follow up since I found this post from last year. We've successfully used SSH / SCP

Re: Testing around BlobMessage

2010-02-01 Thread johncarl81
indicates to use ftp. You need to do something similar with say, embedded jetty 2010/1/27 johncarl81 jerick...@kcp.com Hello, I am trying to write some unit tests around an embedded ActiveMQ configured using the suggested testing configuration: ConnectionFactory connectionFactory

Re: Testing around BlobMessage

2010-01-28 Thread johncarl81
to configure a http endpoint in your unit test. In the FTPBlobTest an embedded ftp server is used as the transfer policy indicates to use ftp. You need to do something similar with say, embedded jetty 2010/1/27 johncarl81 jerick...@kcp.com Hello, I am trying to write some unit tests

Testing around BlobMessage

2010-01-26 Thread johncarl81
Hello, I am trying to write some unit tests around an embedded ActiveMQ configured using the suggested testing configuration: ConnectionFactory connectionFactory = new ActiveMQConnectionFactory(vm://localhost?broker.persistent=false); When I try to use the producer to send a message from a