Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newer qpid-proton lib #11

Open
cherepanov opened this issue Jul 1, 2014 · 0 comments
Open

newer qpid-proton lib #11

cherepanov opened this issue Jul 1, 2014 · 0 comments

Comments

@cherepanov
Copy link

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);

  • assert(!pn_messenger_send(messenger));
  • assert(!pn_messenger_send(messenger, -1));

pn_message_free(message);

Is ActiveMQ 5.9.x supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant