[
https://issues.apache.org/jira/browse/AMQ-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562825#comment-13562825
]
Hiram Chirino commented on AMQ-4034:
------------------------------------
When you add the AMQP transport in the activemq.xml like:
{code}
<transportConnector name="amqp"
uri="amqp://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600"/>
{code}
And then you connect to it via AMQP, the following exception is generated:
{code}
Exception in thread "ActiveMQ Transport Server Thread Handler:
amqp://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600"
java.lang.NoClassDefFoundError: org/apache/qpid/proton/jms/JMSVendor
at
org.apache.activemq.transport.amqp.AmqpTransportFilter.<init>(AmqpTransportFilter.java:52)
at
org.apache.activemq.transport.amqp.AmqpTransportFactory.compositeConfigure(AmqpTransportFactory.java:44)
at
org.apache.activemq.transport.TransportFactory.serverConfigure(TransportFactory.java:246)
at
org.apache.activemq.transport.amqp.AmqpTransportFactory.serverConfigure(AmqpTransportFactory.java:56)
at
org.apache.activemq.transport.tcp.TcpTransportServer.handleSocket(TcpTransportServer.java:415)
at
org.apache.activemq.transport.tcp.TcpTransportServer$1.run(TcpTransportServer.java:348)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException:
org.apache.qpid.proton.jms.JMSVendor not found by
org.apache.activemq.activemq-osgi [54]
at
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460)
at
org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72)
at
org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
{code}
> Create Karaf Integration Test
> -----------------------------
>
> Key: AMQ-4034
> URL: https://issues.apache.org/jira/browse/AMQ-4034
> Project: ActiveMQ
> Issue Type: Improvement
> Affects Versions: 5.6.0
> Reporter: Dejan Bosanac
>
> Used pax-exam based tests to verify that broker works in Karaf environment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira