Geert-Jan Ringerwöle
Geert-Jan Ringerwöle
Text coloring would be nice to have back too. This used to work in version 1.03 and earlier
@mbroadst thanks for your response. We actually use multiple clients in the application. We do have a listener to the `errorReceived` event. Here is a more complete version of the...
@mbroadst i was not aware of the `amqp10-link-cache` module. I will look into that too, because at the moment we use our own caching of sender links (for the topics)....
Updating to the last version of node-amqp10 didn't solve the problem. We had 2 more occurences of queues that just stopped. Could it be because it has something to do...
The issue is not reproducible unfortunately... One time the service runs for 4 weeks without problems, sometimes it takes a couple of days. And we never had it on our...
@mbroadst that should do the trick. I'll run some test myself too, but if the test you've written resembles my experience, then it will take quite some time until it...
I did some tests and in my code i did not release or accept the message in certain cases. Since i did not accept, release or reject the message it...