Questions tagged [amqp]

8 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
  • 599
  • 2
  • 6
  • 25
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
  • 75
  • 2
  • 11
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,337
  • 6
  • 36
  • 47
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
0
votes
0 answers

RabbitMQ memory alarms set and unset until disk space alarm set and unset until crash

We have a RabbitMQ server that runs correctly for a while until it starts setting and unsetting memory alarms back and forth : 380 =INFO REPORT==== 25-Oct-2021::17:46:33 === 381 vm_memory_high_watermark set. Memory used:3437756080…
-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…