BTW, new property onReceiveHandler is added for MQ. It makes the code
bindings. We just need to add callback function for a queue.
On 15 фев, 19:35, Dan Simpson <
dan.simp...@gmail.com> wrote:
> Dobro,
>
> You are now a contributor so you can make commits to the code base as you
> desire. If you are more comfortable issuing pull requests, thats fine.
>
> I think I may have fixed the issue. The JS code has some confusing aspects,
> and the "bindings" object seemed to be shared by all queues. I moved the
> declaration to the constructor.
>
> Also, in regards to your pull request, I merged your changes, but I am going
> to allow you to change one thing. Most of my methods are camelCase with
> verbNoun as their form, such as createQueue or createExchange. It would be
> nice to keep that pattern consistent for queue_delete, and make it
> deleteQueue.
>
> I may give the JS code a make-over if I find some time.
>
> --Dan
>