bertvan commented on PR #90: URL: https://github.com/apache/activemq-nms-amqp/pull/90#issuecomment-2461917893
Hi @Havret is it possible this change did not make it into the Apache.NMS.AMQP 2.2 package? https://www.nuget.org/packages/Apache.NMS.AMQP We're using Apache.NMS.AMQP 2.2 and Apache.NMS 2.1 packages, but receive a System.TypeLoadException: Method 'add_AsyncListener' in type 'Apache.NMS.AMQP.NmsMessageConsumer' ... does not have an implementation. It seems there are no corresponding (github) tags associated to check this. The version at https://activemq.apache.org/components/nms/providers/amqp/downloads/ doesn't contain it. The version at https://www.nuget.org/packages/Apache.NMS.AMQP/2.2.0 doesn't contain it. ``` Method 'add_AsyncListener' in type 'Apache.NMS.AMQP.NmsMessageConsumer' from assembly 'Apache.NMS.AMQP, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. System.TypeLoadException at Apache.NMS.AMQP.NmsSession..ctor(NmsConnection connection, NmsSessionId sessionId, AcknowledgementMode acknowledgementMode) at Apache.NMS.AMQP.NmsConnection.CreateSessionAsync(AcknowledgementMode acknowledgementMode) at Apache.NMS.AMQP.Util.Synchronization.TaskExtensions.GetAsyncResult[T](Task`1 task) at Apache.NMS.AMQP.NmsConnection.CreateSession(AcknowledgementMode acknowledgementMode) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact