PooledConnectionFactory + Failover Transport combination

2012-07-26 Thread Gaurav Sharma
It seems like with a failover transport configuration (failover:(nio:host1:port1,nio:host2:port2)?randomize=false) and a PooledConnectionFactory, the client-side still tries to create a new connection per thread instead of fetching from the pool of connections. With 'randomize' flag turned off, I w

Wildcards may block a prefix in a network of brokers.

2012-07-26 Thread Guerrero
Using ActiveMQ 5.5.1. We have several applications connected in a mesh network, but impose a hierarchy on application messages with a tree of wildcard subscriptions. Heartbeats are broadcast to all ancestors, descendants, and direct siblings for some internal housekeeping, but our wildcards don't

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-26 Thread Dejan Bosanac
It seems like you're having problems parsing your content. I would make sure for starters that you have XStream and Jettison in your broker's classpath. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dej...@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @d

Re: AMQ 5.6 breaks Stomp 1.0 clients, was: Re: 5.5 to 5.6 upgrade, stomp client suddenly gets "User name [ xyz] or password is invalid."

2012-07-26 Thread neek
The source didn't seem to be available in that 5.7-SNAPSHOT so it wasn't easy to debug. On a more positive note, after much messing about this morning, I've used the latest PHP client with ActiveMQ 5.6 (the one that I couldn't get working with the 1.0 PHP client) and it works. I do have to use