7.0.2-SNAPSHOT has some work around that IIRC, if you want to try to build
it to test it would be appreciated


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-09-21 22:52 GMT+02:00 vnalla <v_na...@hotmail.com>:

> Hi,
>
>  JMSConsumer consumer = jms.createDurableConsumer(topic,
> Resources.SUBSCRIPTION); this code is in the Singleton ejb in a method
> annotated with @PostConstruct throwing exception
>
> 21-Sep-2016 16:48:08.433 SEVERE [http-nio-0.0.0.0-8080-exec-2]
> org.apache.openejb.core.transaction.EjbTransactionUtil.
> handleSystemException
> EjbTransactionUtil.handleSystemException:
> org.apache.activemq.ActiveMQSession.createDurableConsumer(Ljavax/
> jms/Topic;Ljava/lang/String;)Ljavax/jms/MessageConsumer;^M
>  java.lang.AbstractMethodError:
> org.apache.activemq.ActiveMQSession.createDurableConsumer(Ljavax/
> jms/Topic;Ljava/lang/String;)Ljavax/jms/MessageConsumer;^M
>         at
> org.apache.openejb.resource.activemq.jms2.JMSContextImpl.
> createDurableConsumer(JMSContextImpl.java:241)^M
>         at
> org.javaee7.jms.batch.SubscriptionCreator.createSubscription(
> SubscriptionCreator.java:38)^M
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)^M
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62)^M
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)^M
>         at java.lang.reflect.Method.invoke(Method.java:498)^M
>         at
> org.apache.openejb.core.interceptor.ReflectionInvocationContext$
> Invocation.invoke(ReflectionInvocationContext.java:205)^M
>         at
> org.apache.openejb.core.interceptor.ReflectionInvocationContext$
> LifecycleInvocation.invoke(ReflectionInvocationContext.java:237)^M
>         at
> org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(
> ReflectionInvocationContext.java:186)
>
> thanks,
> Venkat
>
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/JMS-Remote-Client-is-not-working-tp4680182p4680184.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>

Reply via email to