Re: RSS/Atom feed of news/releases?

2013-06-07 Thread Elvis Stansvik
Yep thanks. I'll just keep subscribing to this one. A RSS of the news section of the website would be nice though. Elvis 2013/6/7 Christian Posta > not sure what kind of official RSS or broadcast feed there is.. on this > mailing list we announce all releases (as you can see Tim just did recen

Re: RSS/Atom feed of news/releases?

2013-06-07 Thread Christian Posta
not sure what kind of official RSS or broadcast feed there is.. on this mailing list we announce all releases (as you can see Tim just did recently for an NMS client release). There is a "news" section on the website too that has such release announcements. Can also check out our twitter feeds, usu

[ANNOUNCE] Apache.NMS.ActiveMQ 1.6.0 Released

2013-06-07 Thread Timothy Bish
Hello The Apache.NMS.ActiveMQ 1.6.0 Release bundle is now available. New in this release: * Adds support for non-blocking redelivery. * Supports priority backups for Failover transport. * Supports an Optimized Ack mode for MessageConsumers. * Adds Message Audits to prevent duplicate deliveries

Multicast optimization

2013-06-07 Thread pawan
Hi Guys, I am exploring the option of using multicast as transport instead of TCP for the following use case: Producer ---> single broker > consumer 1 L-> consumer 2 Both consumers 1 and 2 receive data sent over a certain topic by the producer. Is it p

Re: CMS 3.6 Socket Descriptor Leak With Failover

2013-06-07 Thread Greenbean
I have a bit more information... As shown in the attached image, I am wondering if monitor->waiting returns 0, so no threads are notified. This in turn means the CloseTransportsTask is not executed. Has anyone encountered a problem like this in the past?

Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-07 Thread Timothy Bish
On 06/07/2013 11:27 AM, Chris wrote: Hi Timothy, Thanks for your quick reply. I tried using stop(), but got the same result... i appears the mutex gets deleted, and this result in the r6025 failure, since synchronisable object is an abstract class. Are you aware of any other method to abort the

Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-07 Thread Chris
Hi Timothy, Thanks for your quick reply. I tried using stop(), but got the same result... i appears the mutex gets deleted, and this result in the r6025 failure, since synchronisable object is an abstract class. Are you aware of any other method to abort the start() at the moment? (a workaround t

Re: Unbrowsable ghost message using ActiveMQ running LevelDB and Camel.

2013-06-07 Thread patrik
Thanks for the reply! It works fine in my test and we will try it in production when it's released. // Patrik -- View this message in context: http://activemq.2283324.n4.nabble.com/Unbrowsable-ghost-message-using-ActiveMQ-running-LevelDB-and-Camel-tp4659263p4667999.html Sent from the ActiveMQ

Re: Understanding memoryLimits with flow control and systemUsage limits.

2013-06-07 Thread Jesus Roncero
On Thu, Jun 06, 2013 at 08:34:03AM -0700, Christian Posta wrote: > When you have producer flow control enabled, your producers should block > when you've reached the memory limits (50mb). If you can write a unit test > that shows otherwise, I would gladly take a look. Hi Christian, again thanks f

RSS/Atom feed of news/releases?

2013-06-07 Thread Elvis Stansvik
Hi folks, Is there an RSS/Atom feed of new releases? Or a mailing list specifically for release announcements? I recently took ownership of the ArchLinux AUR package of ActiveMQ and would like to be notified of new releases. Best regards, Elvis Stansvik

image datatype deprecated for future sqlserver versions

2013-06-07 Thread Jeroen Nikkels
I'm using ActiveMQ (5.7) with sqlserver persistence, using the jtds jdbc driver. I see that the JDBCAdapter being used is derived from ImageBasedJDBCAdapter, which means that binary data is stored with datatype 'image'. On MSDN I read that the image datatype will be deprecated in the future: see M