Questions tagged [amazon-mq]

Amazon MQ is a managed message broker service for ActiveMQ that makes it easy to set up and operate message brokers in the cloud.

Amazon MQ was released in 2017. Currently supports only ActiveMQ since 5.15.0 and is frequently updated to support new versions of the broker.

147 questions
0
votes
1 answer

AmazonMQ/ActiveMQ Message RedeliveryPolicy MaximumRedeliveries Ignored

I have configured ActiveMQ redelivery plugin as follows (with max 4 redeliveries)
StefanN
  • 527
  • 1
  • 4
  • 12
0
votes
1 answer

Placing stomp.py consumer/producer inside Flask-Gunicorn python application

I have an existing flask application (having a bunch of REST apis) which is hosted by Gunicorn. I also have to send and receive messages from AmazonMQ in the same application. I have functions using stomp.py to send/receive messages from AmazonMQ,…
Arindam
  • 1
  • 1
0
votes
0 answers

Not receiving previous messages in nodejs mqtt reconnect

I'm creating a simple NodeJS app (as consumer) that receives messages from MQ Broker (Amazon MQ). I was able to receive the messages but when the publisher sends a message to the broker, the consumer does not read the new message (after a couple of…
Rye
  • 445
  • 4
  • 15
0
votes
1 answer

Could not connect Spring MVC application to AmazonMQ Broker

I have a spring MVC application in which I want to integrate ActiveMQ, I have successfully connected it to local ActiveMQ broker but when i put credentials of AmazonMQ into it,it gives the following error Could not connect to broker URL:…
raj a
  • 9
  • 8
0
votes
1 answer

Upload a blob file with Java to an AmazonMQ queue (ActiveMQ)

I have to work with Amazon MQ. Amazon MQ is based on ActiveMQ. I found some code, and it should put a blob message (PDF size 230kB) on a queue. But if I run the program it errors out in the error stack below. This is my code: private final static…
Ben
  • 594
  • 1
  • 9
  • 24
0
votes
1 answer

Does RabbitMQ really work with Amazon MQ (ActiveMQ)?

I've got a Java RabbitMQ producer application, and I want to send some messages on ActiveMQ from Amazon MQ (I've created the broker). I follow the step from this page. I made the Java example for RabbitMQ, at first it seems fine but when I create…
CarlosS
  • 161
  • 1
  • 13
0
votes
1 answer

Apache.NMS.AMQP setting prefetch size

I am using Apache.NMS.AMQP (v1.8.0) to connect to AWS managed ActiveMQ (v5.15.9) broker but am having problems with setting prefetch size for connection/consumer/destination (couldn't set custom value on either of them). While digging through source…
Kruno MONO
  • 81
  • 13
0
votes
1 answer

Share single AmazonMQ with multiple Environments?

I'd like to use MassTransit with Amazon MQ (maybe Amazon SQS/SNS?). When creating the MassTransit Bus is there some means to give the bus a name or prefix? This would allow a team of developers to share the same instance as each queue, route,…
Tony
  • 1,986
  • 2
  • 25
  • 36
0
votes
1 answer

Amazon MQ Destinations Disappearing from ActiveMQ console

I am new to Amazon MQ and ActiveMQ in general. I have configured my broker to have a composite topic that forwards to multiple queues. I have 3 brokers setup this way. Two out of 3 are working as expected. The third though is acting strange. When I…
user1732364
  • 925
  • 4
  • 28
  • 58
0
votes
1 answer

How to connect to Amazon MQ Broker with Mosquitto MQTT Client

I created a single instance broker with Amazon MQ, and were able to subscribe to the broker with just username and password using Eclipse Paho MQTT Client. The code: //sample endpoint from Amazon MQ final String WIRE_LEVEL_ENDPOINT =…
JLT
  • 3,052
  • 9
  • 39
  • 86
0
votes
1 answer

Amazon MQ Message Delivery and Persistence Configuration

I have a use case where the queue needs to be up 24/7 so redundancy is key thus multi AZ is required. Aside from that, I want to ensure the messages to the queue satisfy the following requirements but I've never configured AMQ or ActiveMQ before so…
user1732364
  • 925
  • 4
  • 28
  • 58
0
votes
1 answer

Amazon MQ - Connection pooling for clients in serverless and containers

In today's world, where code resides on ephemeral instances (e.g. serverless or containers), the connections to Amazon MQ would have to be constantly created and destroyed. Is there a performance overhead in such scenarios? Is there a connection…
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
0
votes
0 answers

No subject alternative DNS name matching domain-name found

Unable to connect to Amazon MQ using Openwire protocol with spring boot and Amazon MQ. Java - JDK11 Spring Boot - 2.1.1.Release Amazon MQ - 1.15.9 I have tried to connect with tcp scheme also but no luck. Let me know if u need more info. Getting…
0
votes
0 answers

Can't connect to AmazonMQ using Symfony messenger component

I'm having problems using the messenger component with amqp in AmazonMQ. When run php bin/console messenger:setup-transports I receive this message: Could not connect to the AMQP server. Please verify the provided DSN. Library error: connection…
0
votes
1 answer

AWS AmazonMQ user configuration Attribute 'Id' does not exist

I have problems creating AmazonMQ with custom configuration. I followed aws complex example in docs in a way: amazonMq: Type: "AWS::AmazonMQ::Broker" Properties: Configuration: Id: !GetAtt amazonMqConf.Id Revision:…
svobol13
  • 1,842
  • 3
  • 25
  • 40
1 2 3
9
10