Hi Christian,

Thanks for the reply and suggestion.  Unfortunately I couldn't test with
apache-activemq-5.9-SNAPSHOT because we're using activemq as an embedded
broker: we only use activemq-core.jar.  I tried
activemq-broker-5.9-SNAPSHOT.jar which is included in
apache-activemq-5.9-SNAPSHOT.zip but got blocked by IllegalAccessError as
follows: when I invoked #addConnector to the embedded broker service
(BrokerService#addConnector).  Is there any way I can try this snapshot
library without getting this error?

-------
java.lang.IllegalAccessError: tried to access method
org.apache.activemq.transport.TransportFactory.findTransportFactory(Ljava/net/URI;)Lorg/apache/activemq/transport/TransportFactory;
from class org.apache.activemq.transport.TransportFactorySupport
        at
org.apache.activemq.transport.TransportFactorySupport.bind(TransportFactorySupport.java:32)
        at
org.apache.activemq.broker.BrokerService.createTransportConnector(BrokerService.java:2230)
        at
org.apache.activemq.broker.BrokerService.addConnector(BrokerService.java:289)
        at
org.apache.activemq.broker.BrokerService.addConnector(BrokerService.java:279)
...

BTW, I tried activemq-core-5.8-SNAPSHOT as an alternative but faced the same
problem w/o luck.

Thanks,
Jaewoong



ceposta wrote
> Can you give it a try on a recent snapshot?
> https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.9-SNAPSHOT/
> 
> -- 
> *Christian Posta*
> http://www.christianposta.com/blog
> twitter: @christianposta





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/persistent-message-missing-to-a-durable-subscriber-when-it-reconnects-restarts-tp4665130p4665159.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to