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.
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.
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.
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
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