我想在RabbitMQ创建或删除队列、交换或绑定时发送消息。客户端API可以实现吗?作为插件呢?
I ve been working all weekend on a Messaging system for my website so users can send and receive messages on my site internally. I have my table schemas worked out, and right now I can send basic ...
我想在RabbitMQ创建或删除队列、交换或绑定时发送消息。客户端API可以实现吗?作为插件呢?
Marcelo,请问你是否可以在rabbitmq-discuss列表上提出这个问题?这种类型的一些功能是可能的,但我不确定目前支持什么,还有哪些需要完成。
干杯
阿莱克西斯
I ve been working all weekend on a Messaging system for my website so users can send and receive messages on my site internally. I have my table schemas worked out, and right now I can send basic ...
I m working on an ASP.NET MVC site and part of my requirements are that users are able to message eachother. On the surface this isn t that hard of a task. Messaging in its most simplified form is ...
as opposed to writing your own library. We re working on a project here that will be a self-dividing server pool, if one section grows too heavy, the manager would divide it and put it on another ...
I have a problem that has been plaguing me for awhile now, I have come up with a solution which I will detail below, and although it seems to be working well I m not super enthusiastic about it from a ...
I was asking myself how the browsers are working. How does the browser tell to the OS to change the mouse pointer from arrow to hand(IDC_HAND) for example. In desktop application I know that are used ...
Imagine that we have stuff we want done in the system and sometimes exceptions are raised while doing it. We want to give the end users a report of those errors so they have an opportunity to fix the ...
What message oriented middle ware with a Python API are out there? What ones did you use and recommend (or not)?
I was reading up on ActiveMQ which seems like a great implementation of a servicebus where producers can post messages and other processes can receive them. However when reading the documentation, it ...