检查消息 apache Qpid

发布于 2024-09-05 06:38:01 字数 239 浏览 3 评论 0原文

是否可以从 unix/windows 控制台检查来自 Qpid 队列的消息?

以下是我通过 GUI 检查的方法:

http://i47.tinypic.com/pbu5d.gif

我可以从 Qpid JMX 管理控制台看到所有信息,是否有类似的东西可以在控制台中使用?

Is it possible to check for messages from Qpid queue from unix/windows console?

Here is how I check via GUI :

http://i47.tinypic.com/pbu5d.gif

I can see all the info from Qpid JMX Management Console, is there a something close to this that I can use in console?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

青萝楚歌 2024-09-12 06:38:01

我假设你说检查意味着阅读消息。如果是这样,那么 python-qpid 中有两个非常有用的工具,它们是在examples/api 目录中的drain 和spout。 spout 将消息发送到代理并排出来自代理的读取。您可以输入 --type 来获取用法。

另一方面,qpid-queue-stats可以显示每个队列的状态,例如每个队列中当前存在多少条消息。

I assume you say check means to read message. If so, there are two VERY useful tools in python-qpid that are drain and spout within examples/api directory. spout sends messages to broker and drain reads from broker. You can type --type to get usage.

In the other hand, qpid-queue-stats can show each queue status, like how many messages exists in each queue currently.

无远思近则忧 2024-09-12 06:38:01

要在 Centos 上安装 qpid-tools:

yum install qpid-tools

在 ununtu 上:

apt-get install qpid-tools

To install qpid-tools on Centos :

yum install qpid-tools

on ununtu :

apt-get install qpid-tools
左耳近心 2024-09-12 06:38:01

qpid-tool 看起来它会做什么你想要的。 红帽

qpid-tool looks like it will do what you want. There's more documentation available from redhat.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文