-
Using the new 1.2.3 release. And trying to save a connecting to a remote AMQ broker.
'''
* {
font-family: monospace;
}
ul li {
list-style-type: none;
}
ul li:nth-child(odd) {
background: #f3f…
-
Hi
I'm sorry to open an issue for what seems to be a misunderstanding on my side, but I'd like to be sure. I'm facing a weird behavior using your AMQP client package: https://gist.github.com/falzm/81…
falzm updated
10 years ago
-
Hi!
We have a bunch of old integration web applications that are running on Tomcat instances (using separate ActiveMQ broker). We have started to develop new integration applications on top of fabric…
-
I thought I would bring to the attention of the gem maintainers an issue in ActiveMQ 5.8.0 regarding a bug in its STOMP write heart beat management.
The maintainers should be aware of this bug as it …
-
Getting the error:
``` plain
NoMethodError: undefined method `decode_payload' for #
```
``` plain
/gems/bunny-0.10.7/lib/bunny/session.rb:846 in "open_connection"
/gems/bunny-0.10.7/lib/bunny/sessio…
-
When using [Hutch 0.5.1](https://github.com/gocardless/hutch/tree/v0.5.1) for the consumer and message publisher, I'm getting an empty response error exception with Bunny when one of our consumers pro…
-
Running the following code with Bunny 1.0.0.rc3, JRuby 1.7.6 and RabbitMQ 3.2.0 on Ubuntu 12.04 shows a high CPU usage after 600 seconds.
``` ruby
require 'bunny'
START = Time.now
conn = Bunny.new
…
bernd updated
11 years ago
-
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** opened **[SPR-10845](https://jira.spring.io/browse/SPR-10845?redirect=false)** and commented
---
**Affects:…
-
We've developed a set of component to aid us in developing EM based agents. One of the components we heavily use is the AMQP client, which handles a lot of the grunt work of talking to RabbitMQ. All…
-
1. I was testing out the automatic reconnection feature which should kick in if the client cannot connect to the broker.
2. With a simple consumer like this:
``` ruby
require 'bundler/setup'
require…