amqp
AMQP transactions with Kombu and Rabbitmq
I cant seem to find any documentation on using AMQP transactions through the Kombu api. This page talks about appending a message to the transactional state but it does not seem related.[详细]
2023-03-16 00:30 分类:问答Messaging bus + event storage + PubSub
I\'m looking at building an application which has many data sources, each of which put events into my system. Events have a well defined data structure and could be encoded using JSON or XML.[详细]
2023-03-15 05:48 分类:问答What does nowait mean in RabbitMQ's exchange.declare()?
Pretty straightforwar开发者_Go百科d question.I can\'t find it in the docs or the spec.From the AMQP spec, section 1.1:[详细]
2023-03-13 12:37 分类:问答compiling rabbitMQ 2.4.1 error - []escript: script failed: ... needed by `ebin/ bpqueue.beam'
rabbitMQ version 2.4.1 Builds fail with []escript: script failed: {function_clause, [{erl_parse, build_type,[详细]
2023-03-12 16:04 分类:问答Message Routing in AMQP
I\'d like to do some routing magic with AMQP. My setup is Python with Pika on the consumer/producer side and RabbitMQ for the AMQP server.[详细]
2023-03-11 18:59 分类:问答Mochiweb + AMQP consumer concurrently
I\'m new to Erlang and have been reading O\'Reilly\'s great book, I\'ve followed some tutorials on the Internetz as well. I can get my basic Mochiweb chat like application working stand alone and also[详细]
2023-03-11 15:47 分类:问答rabbitmq error at startup
This is my setup. OS: 2.6.35-28-generic-pae #50-Ubuntu SMP Fri Mar 18 20:开发者_如何学C43:15 UTC 2011 i686 GNU/Linux[详细]
2023-03-09 22:01 分类:问答Making RabbitMQ listen only to the loopback interface?
How do I instruct the RabbitMQ processes (epmd and be开发者_运维问答am.smp) to listen only to the loopback interface (127.0.0.1)?You sure can - edit your /etc/rabbitmq/rabbitmq.conf and add the line:[详细]
2023-03-09 02:24 分类:问答Error to Connect RabbitMq in hyperic HQ
I am trying to monitor a machine in which RabbitMQ is installed.RabbitMQ\'s broker is working well in that machine.[详细]
2023-03-09 00:28 分类:问答RabbitMQ: persistent message with Topic exchange
I am very new to RabbitMQ. I have set up a \'topic\' exchange. The consumers may be started after the publisher. I\'d like the consumers to be able to receive messages that have been sent before they[详细]
2023-03-08 13:40 分类:问答