Coder Social home page Coder Social logo

Comments (2)

jasonrbriggs avatar jasonrbriggs commented on July 17, 2024

I believe that functionality would need to be supported by activemq. There's nothing specific in the stomp protocol (nor stomp.py) that I'm aware of to support wildcards.

from stomp.py.

tseanard avatar tseanard commented on July 17, 2024

I had forgotten that I had logged this issue here, and had later solved the issue that I was having. Entering the solution here for others who may be looking to find it later.

On using wildcards to consume from ActiveMQ Queues using Stomp.py
The root of my issue was that I was not using a valid path separator. I was using the '/' character. Upon further review of the documentation, the '/' character could be the path separator, but the default path separator is actually the '.' character. After updating the naming of my queues in my application, I have been using Stomp.py with wildcards for several months in production. This wildcard support is something that is supported by ActiveMQ (when you do it right), and does not require anything special in STOMP.py or the stomp protocol - it's just that the queue that you subscribe to has a wild card in the string and ActiveMQ does what it needs to do.

  • "/queue/test/q1" is a queue name that has a single path component
  • ".queue.test.q1" is a queue name that has three path components

ActiveMQ Wildcard Reference: https://activemq.apache.org/wildcards

On Enumerating Queues Currently on the Broker
I was able to confirm that this just isn't a thing via the STOMP protocol. I believe (aka found but lost the reference) that there are ways to enumerate the queues via API calls, but I have not run them to ground because once I solved the wildcards challenge I no longer needed the queue enumeration.

from stomp.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.