此内容没有您所选择的语言版本。

6.6.4. Last Value Queue Command-line Example


The included programs drain and spout can be used for sending and receiving messages for testing purposes. The source code for the two utilities is included in the Python and C++ client library packages. The Python version can be run uncompiled using a Python interpreter.
Run the following qpid-config command to create a Last Value Queue:
qpid-config add queue my-queue --argument qpid.last_value_queue_key=type
Copy to Clipboard Toggle word wrap
The header key 'type' is used to match messages in the queue.
Now start one or more browsers using the drain command:
./drain -f -c 0 'my-queue; {mode: browse}'
Copy to Clipboard Toggle word wrap
These browsers will see all the messages as they arrive in the queue in real-time.
Now use spout to send messages to the queue, setting a header value for the key 'type':
./spout -P type=a my-queue a1 
./spout -P type=a my-queue a2 
./spout -P type=a my-queue a3 
./spout -P type=b my-queue b1 
./spout -P type=c my-queue c1 
./spout -P type=c my-queue c2 
./spout -P type=a my-queue a4
Copy to Clipboard Toggle word wrap
The browsers started before these messages were published will see all messages as they arrive.
Now start a new browser:
./drain -c 0 'my-queue; {mode: browse}'
Copy to Clipboard Toggle word wrap
This browser will see only the last messages for each of the unique 'type' values.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat