Questions tagged [amqp]
7 questions
4
votes
0 answers
rabbitmq-shovel amqps connection handshake failure
I fail to setup a rabbitmq shovel over amqps.
The same shovel works fine over amqp.
my (edited)…

dazl
- 51
- 5
1
vote
0 answers
TCP RST in when inititating AMQP handshake [rabbitmq-c]
I'm running rabbitmq-c v0.8.0 on an OpenWRT (ar71xx), in a device acting as a client in a LAN.
The same system seems to behave differently behind different routers.
The problems I'm seeing are (this is part of my code):
_socket =…

Pipetus
- 111
- 5
0
votes
1 answer
Why doesn't rpcinfo command in linux show rabbitmq?
What I understood is that some of the Openstack components communicate using RabbitMQ service (which uses RPC protocol) while other communicate using REST APIs, DB queries etc.
But when I check rpcinfo -p, it doesn't list any service related to…

GP92
- 681
- 2
- 9
- 27
0
votes
1 answer
AMQP Library not loading for apache2, ubuntu 14.04
I am trying to install Rabbit MQ and the php library AMQP on Ubuntu 14.04, but am receiving an error upon apache start (in apache error log)
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/amqp.so' -…

rjbathgate
- 185
- 1
- 2
- 12
0
votes
1 answer
MCollective with RabbitMQ stops responding
Using MCollective (2.2.3) with RabbitMQ (3.1.5) on RedHat 6.5, MCollective stops responding after a first successful ping.
When I restart RabbitMQ, it works again.
root@rabbitmqserver# /etc/init.d/rabbitmq-server restart
Restarting rabbitmq-server:…

raphink
- 11,987
- 6
- 37
- 48
0
votes
1 answer
How can I prevent the proliferation of stale/false RabbitMQ connection objects in the management plugin without upgrading the server?
Context:
We use a RabbitMQ 2.8.4 HA cluster for messaging across a mid-size (hundreds to thousands of servers) datacenter. The messaging functions are critical to our app.
We use the C client API for AMQP/RabbitMQ operations, and the HTTP API to…

Zac B
- 841
- 1
- 15
- 27
-1
votes
2 answers
RabbitMQ randomly crashes
I've recently deployed a RabbitMQ server on AWS following the instructions for RPM-based Linux distros.
RabbitMQ 3.8.14
Erlang 23.3.1
It's a single-node deployment with only one vhost ("/")
I've been using mostly the default configuration.
I've…

argyrodagdileli
- 101
- 2
- 8