hello
i got the following error from this line after i upgraded rabbitmq library to version 5
connection = factory.newConnection();
FATAL EXCEPTION: Thread-1669 Process: com.****, PID: 18398 java.lang.NoClassDefFoundError: com.rabbitmq.client.impl.AMQChannel$$Lambda$0 at com.rabbitmq.client.impl.AMQChannel.enqueueRpc(AMQChannel.java:204) at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:289) at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:64) at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:99) at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:944) at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:903) at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:861) at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1013) at com.****.*****.*****.****.lambda$onStartCommand$2$*****(*****.java:130) at com.****.****.service.****$$Lambda$2.run(Unknown Source) at java.lang.Thread.run(Thread.java:818)
i've changed every callback to lamda btw
everything worked perfectly in prior version
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ