Multicast optimization

2013-06-07 Thread pawan
ould like to scale this against a higher number of consumers, eg 20. Thanks, Pawan. -- View this message in context: http://activemq.2283324.n4.nabble.com/Multicast-optimization-tp4668017.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Producer keeps allocating memory

2013-06-06 Thread pawan
Thanks, Pawan -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-keeps-allocating-memory-tp4667880p4667992.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer keeps allocating memory

2013-06-04 Thread pawan
ing this message there is no increase in allocated memory for the producer application. Any help is appreciated.Thanks,Pawan -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-keeps-allocating-memory-tp4667880.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: BlobMessage

2010-06-04 Thread Pawan Chhabra
I had faced the similar problem. you need to set policy like connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";); Lou Parisi wrote: > > I am trying to send a BlobMessage with a file. I was able to get it to > work with ftp URL. This seems to send the UR

Re: Testing around BlobMessage

2010-06-04 Thread Pawan Chhabra
I had faced the similar problem. you need to set policy like connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";); Gary Tully wrote: > > yea, that is correct. > > On 1 February 2010 15:16, johncarl81 wrote: > >> >> Another related question... >> >> Am