Giter VIP home page Giter VIP logo

Comments (3)

jandelgado avatar jandelgado commented on June 2, 2024

how about

$ rabtap queue create myqueue
$ rabtap queue bind myqueue to amq.topic --bindingkey "my binding key"
$ rabtap info
http://localhost:15672/api (broker ver='3.8.7', mgmt ver='3.8.7', cluster='rabbit@e90a2b5532a7')
└─ Vhost /
   ├─ amq.direct (exchange(direct), [D])
   ├─ amq.fanout (exchange(fanout), [D])
   ├─ amq.headers (exchange(headers), [D])
   ├─ amq.match (exchange(headers), [D])
   ├─ amq.rabbitmq.trace (exchange(topic), [D|I])
   └─ amq.topic (exchange(topic), [D])
      └─ myqueue (queue(classic), key='my binding key',  idle since 2022-11-11 19:38:00, [])
$ echo "hello" | rabtap pub --exchange amq.topic --routingkey "my binding key"
$ rabtap sub myqueue --limit=1
------ message received on 2022-11-11T20:40:12+01:00 ------
exchange.......: amq.topic
routingkey.....: my binding key
hello

from rabtap.

hheexx avatar hheexx commented on June 2, 2024

@jandelgado Sorry I forgot to mention it, I need it in tap command
[exchange]:[queue] part

I tried "exchange:que ue" and exchange:"que ue" and all that with different chars: " ' `
And backslashes.

from rabtap.

jandelgado avatar jandelgado commented on June 2, 2024

@hheexx, this works for me (same setup like above):

$ rabtap tap "amq.topic:my binding key"
------ message received on 2022-11-12T10:01:53+01:00 ------
exchange.......: amq.topic
routingkey.....: my binding key
hello

from rabtap.

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.