[ANNOUNCE] ActiveMQ-CPP Version 3.1.3 Released

2010-06-04 Thread Timothy Bish
Hey everyone, It's official ... ActiveMQ-CPP v3.1.3 has now been released. This release fixes a deadlock issue on the Windows platform, no other fixes are included in this release. You can download the source distribution here: Rega

Re: Spring && DefaultMessageListenerContainer && JmsTemplate && maxMessagesPerTask == 1 && Network of Brokers && maxConcurrentConsumer > 1 == Crumple

2010-06-04 Thread Jamie McCrindle
Awesome! Thanks. cheers, j. On Mon, May 31, 2010 at 1:10 PM, Gary Tully wrote: > Test case is great, thanks, I have opened > https://issues.apache.org/activemq/browse/AMQ-2754 to track this, just > validating the fix at the moment. > > On 8 May 2010 07:43, Jamie McCrindle wrote: > >> Thanks Bru

Re: How to enable HTTPS when SSL is working ?

2010-06-04 Thread munger
Any other idea ? >From what i understand, my server is speaking HTTPS but not SSL and my client doesn't understand the server because he doesn't speak SSL, is that right ? Any other way to make sure my HTTPS connector in activemq speaks SSL ? Thanks a lot!! -- View this message in context: ht

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

Cannot create a durable subscription for an advisory Topic

2010-06-04 Thread rakesh sumbria
Please let me know hoe to creat DurableSubscriber using createDurableSubscriber. I am getting following error. Cannot create a durable subscription for an advisory Topic === Following is portion og code connectionFactory = new ActiveMQConnectionFactory(user, password,