You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started experimenting with node-qpid. Is it suppose to work with newer qpid-proton lib (v0.7 for now)? What I can compile it with following patch:
I just started experimenting with node-qpid. Is it suppose to work with newer qpid-proton lib (v0.7 for now)? What I can compile it with following patch:
diff --git a/src/messenger.cc b/src/messenger.cc
index 806218f..0a683c7 100644
--- a/src/messenger.cc
+++ b/src/messenger.cc
@@ -167,7 +167,7 @@ void Messenger::Work_Send(uv_work_t* req) {
assert(!pn_messenger_put(messenger, message));
baton->tracker = pn_messenger_outgoing_tracker(messenger);
pn_message_free(message);
Is ActiveMQ 5.9.x supported?
The text was updated successfully, but these errors were encountered: