Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread RonK
I finally came to my senses and debugged the problem by myself. It turned out that org/apache/activemq/util/TypeConversionSupport has a hard dependency on hawtbuf, which means this class cannot be initialized if hawtbuf is not present (which was not a problem before). Unfortunately the problem occu

Re: ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-12-05 Thread RonK
My fault. I am stripping down the broker to the things I need, but it seems some things have moved into other jars and I have to keep something which I did not kept before. Do you have a list of jars necessary for these features? - openwire - stomp - network of brokers - spring configuration - emb

ActiveMQ 5.8-SNAPSHOT problems connecting to older versions

2012-11-30 Thread RonK
Hi all, on trying the latest ActiveMQ 5.8-SNAPSHOT broker, I get these errors, when other brokers (older versions, but at least 5.6) try to make a duplex connection. 2012-11-30 17:16:21,443 ERROR emq.broker.TransportConnection - Failed to create responder end of duplex network bridge VMware-564da

Re: Per-transportconnector authentication

2011-12-05 Thread RonK
I finally found a way, but it seems to be a bit dirty. To add some Information to my previous post: I need to handle broker-to-broker connections, not just "normal" connections. From inspecting JaasDualAuthenticationBroker I assume that normal client connections can directly access at least the Tc

Re: Per-transportconnector authentication

2011-12-01 Thread RonK
I tried to implement a transportconnector-specific authenticator, but I failed miserably. My problem is, that the ConnectionContext contains a connector which is vm://something while the "real" transport connector is tcp://0.0.0.0:1234 I saw that a DemandForwardingBridge binds a vm-connector and a