On our hub I see the following: 2010-08-25 12:09:47,378 | ERROR | Failed to register subscription QueueSubscription: consumer=ID:billing-59361-1282733145999-6:14:-1:1, destinations=0, dispatched=0, delivered=0, pending=0 | org.apache.activemq.broker.jmx.ManagedRegionBroker | ActiveMQ Transport: tcp:///127.0.0.1:46902 java.lang.ClassCastException: org.apache.activemq.broker.region.QueueSubscription cannot be cast to org.apache.activemq.broker.region.DurableTopicSubscription
On one of our spokes I see: 2010-08-25 12:25:25,513 | ERROR | Failed to register subscription QueueSubscription: consume r=ID:sutton-47959-1282733262236-4:1:1:29, destinations=0, dispatched=0, delivered=0, pending =0 | org.apache.activemq.broker.jmx.ManagedRegionBroker | ActiveMQ Transport: ssl://the-hub/x.x.x.x.x:61617 java.lang.ClassCastException: org.apache.activemq.broker.region.QueueSubscription cannot be cast to org.apache.activemq.broker.region.DurableTopicSubscription On the spoke I do have a durable subscriber. Not sure there's a problem with that though. Any ideas? James