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

Question: Is there a way to receive the information of wildcards of a queue? #366

Open
jcanadilla opened this issue May 23, 2018 · 4 comments

Comments

@jcanadilla
Copy link

Hello,

I am developing a message processor using this library. Next, I explain that I am trying to get.
I am using ActiveMQ as a broker and I send messages with MQTT to the broker. Then, the broker puts all MQTT messages in a queue that I am trying to read.

When I send messages to MQTT topic I write: (Example) house/kitchen/fridge/temperature
And then I read from AMQP queue with wildcards like that: house.kitchen.*.*
My code can read without problem from queue and I receive a message with 5 properties.
One of them is properties that has a field to. This property is a string like: "queue://house.kitchen.*.*".
I mean that I can't get the queue name without wildcards. I wish I could get something like that: "queue://house.kitchen.fridge.temperature".

So, is there a way to receive the information of wildcards of a queue?

Thank you so much!

@jcanadilla jcanadilla changed the title Question: Is there a way to receive the information of wildcards of a queue Question: Is there a way to receive the information of wildcards of a queue? May 23, 2018
@amarzavery
Copy link
Collaborator

There is no active development happening in this library. I would recommend using https://github.com/amqp/rhea. It is well supported and is being actively developed.

@jcanadilla
Copy link
Author

Hi @amarzavery thank you so much for your response.

I have been searching a solution to this issue with my team and we have found which is the bug.
This is a bug of ActiveMQ so rhea (actually) has same problem (confirmed).

Only for somebody that have the same problem:
https://issues.apache.org/jira/browse/AMQ-6972

I think that this issue can be closed.

@danlangford
Copy link
Contributor

@noodlefrenzy or @mbroadst can you verify the claim made by @amarzavery? is this library in fact being no longer developed and supported? or is it just that the primary protocol work is done and there hasnt been much work needed on it for a bit?

@noodlefrenzy
Copy link
Owner

Hey @danlangford, TL;DR version is yes.

We'd transitioned development to @amarzavery and team because we could no longer support it, and they've been transitioning their own code to rhea so have stopped maintaining this. We wrote this before rhea existed and have always been a great admirer of that library since it started - in fact, our last major revision adopted many of their ideas.

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

4 participants