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

Is there way to see kahaDB logs in AWS using amazonMQ?

We are in the process of migrating from activeMQ to amazonMQ on AWS. ActiveMQ and AmazonMQ internally uses kahaDB as there data store. Earlier we were able to see kahaDB logs files while using activeMQ on data center is there a similar way of…
anshul Gupta
  • 1,182
  • 8
  • 17
0
votes
1 answer

Amazon MQ Consumer unable to fetch data

I have created a simple consumer for Amazon MQ but looks like i missed something because whenever a message came it should call my recevieMessage method but its not working. But I tried this with apache active MQ its working perfectly. PS: I also…
GauravRatnawat
  • 717
  • 1
  • 11
  • 25
0
votes
1 answer

Result returned by AWS Lambda python function execution in ""Null""

I have a python script which connects to AWS MQ and collect message. All my connections are perfectly aligned and Execution result is success. But result returned by my function execution is "null". Updated error logs:- { "errorType":…
user10664125
0
votes
0 answers

Create Cloudwatch event rule which will trigger AWS MQ Python Lambda Function

I need to create a Cloudwatch event which will trigger automatically my Python AWS Lambda function. I followed below link but was unsuccessful. https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html Please…
user10664125
0
votes
1 answer

Python Lambda function to capture AWS cloud watch logs of AWS MQ and send to kinesis

I got an Python script from put_records() only accepts keyword arguments in Kinesis boto3 Python API which will load json files to kinesis stream. My architecture is something like this In AWS console, I have created a Lambda function with the above…
0
votes
1 answer

Unable to connect to Amazon MQ using MassTransit

I am attempting to publish messages to an Amazon MQ instance using the latest version of the MassTransit.ActiveMQ package. I found an example in the MassTransit source that appears to show a successful connection to Amazon MQ. I tried to replicate…
mattherman
  • 456
  • 4
  • 15
-1
votes
1 answer

Can't connect to Amazon MQ broker using NMS

I created a broker on AWS where I have a list of endpoints like…
Mathias F
  • 15,906
  • 22
  • 89
  • 159
-1
votes
2 answers

Unable to connect to online activemq

I am having a problem, I am unable to connect to an online activemq broker on amazon mq. This is my code +++++++++++++++++++++++++++++++++++ import time import sys import os import stomp from stomp import * #import pika user =…
-2
votes
1 answer

When will I get the following exception from Activemq "error(condition:amqp:resource-limit-exceeded,description:local-idle-timeout expired)"

I am using Activemq to send and receive events between services. everything works fine but some times later I am getting the following error from Activemq error(condition:amqp:resource-limit-exceeded,description:local-idle-timeout expired) I dont…
CheckMyPost_045
  • 103
  • 2
  • 3
  • 14
-2
votes
1 answer

AmazonMQ active/standby mode failover time

We are using AmazonMQ setup in active/standby mode and trying to evaluate the switch over time from active to standby broker during active instance failure, Will it be done immediately? I am using failover transport from stomp python client to…
Kannan K
  • 77
  • 2
  • 12
-3
votes
1 answer

AWS | Syntax error in module': invalid syntax

I have created python script which is uploaded as a zip file in AWS Lambda function with stompy libraries bundled in them. Logs for python 2.7:- Response: null Request ID: "c334839f-ee46-11e8-8970-612f1dc92e41" Function Logs: START RequestId:…
user10664125
-4
votes
3 answers

Fail connect to AmazonMQ using Symfony messenger

I tried to connect to AmazonMQ with amqps protocol in AmazonMQ and get this error: NOTICE: PHP message: [error] Symfony\Component\Messenger\Exception\InvalidArgumentException cfi-lms-api_1 | No CA certificate has been provided. Set…
stepozer
  • 1,143
  • 1
  • 10
  • 22
1 2 3
9
10