Questions tagged [amq]

AMQ refers to Red Hat AMQ, the commercial messaging product based on Apache ActiveMQ.

AMQ is a lightweight, high performance, commercial messaging platform from Red Hat based on Apache ActiveMQ.

81 questions
0
votes
1 answer

AMQ in .Net - Certificate or credentials

Should both Trust store/Key store and Certificate should be used to access AMQ Broker over SSL connection? If yes, how to achieve this? I find very less articles, blogs to do this for NMS. I am newbie.
Sukant
  • 11
  • 3
0
votes
1 answer

JMS Connection to Red Hat AMQ 7 running on Openshift using a secured route

We're running AMQ 7 on Openshift 3.11. When trying to connect java clients using JMS from the Openshift platform there is no issue. However, to access it from an external client I've created a secure route to the 61617 port. On Openshift this route…
HBoss
  • 1
  • 2
0
votes
1 answer

How to write an integration test for service that uses ActiveMQ Artemis

I am looking into automated integration tests for a service that consumes from and produces to Red Hat AMQ 7.5.0. I am aware that you can produce & consume via REST, but this service is part of a pipeline and once data is put on a queue, it is…
Snappawapa
  • 1,697
  • 3
  • 20
  • 42
0
votes
1 answer

JMS 2.0 durable subscriptions topic best practice in Kubernetes

We are creating a Mule application which will be running in a container on Kubernetes and will be in a replica set that will be connecting to JMS 2.0 Red Hat AMQ 7 (based on ActiveMQ Artemis). The pom.xml has been configured to get the jms…
Steve
  • 445
  • 1
  • 8
  • 18
0
votes
1 answer

Several errors while runninv mvn clean verify

Idk whats wrong, i just wanna run an amq-broker example...Here's my full settings.xml (i just added the jboss-amq-maven-repository PROFILE & also added jboss-amq-maven-repository as my activeprofile, the rest is completely default...).
PPNFilms
  • 55
  • 2
  • 7
0
votes
1 answer

Can't run queue example from Red Hat

I can't run a simple queue example from Red Hat AMQ. It displays the following error: Non-resolvable parent POM for org.apache.activemq.examples:artemis-examples:2.10.0.redhat-00004: Failure to find…
PPNFilms
  • 55
  • 2
  • 7
0
votes
0 answers

Apache Camel AMQ - cannot write file to queue - connection reset by peer/client

thanks in advance! I am trying/need to write file from FTP to AMQ Queue. Reason - I'm trying to add failover on my routes using Camel JMS AMQ. I'm new to Apache ActiveMQ JMS. I have 2 AMQ brokers on 2 separate nodes. on 2 other nodes/servers I have…
GLMills
  • 558
  • 1
  • 12
  • 37
0
votes
0 answers

Wrapping http / gRPC traffic over ActiveMQ / AMQ

I have two segments of enterprise network - green (with access to the Internet) and red (internal network). So, it works like this: Internet ↔ Green ↔ Red. Each of two segments has it's own pack of Red Hat Fuse, Red Hat AMQ (or ActiveMQ), Apache…
Mixo123
  • 71
  • 1
  • 8
0
votes
1 answer

How to set properties for AMQ message

I am sending XML message to AMQ queue. XML has header section. I need to set child nodes of header as properties of AMQ message. I am using NodeJS stompit package. Currently message shows only one property which is JMSXDeliveryCount.
Anil
  • 1,669
  • 5
  • 19
  • 44
0
votes
1 answer

Reuse the authentication of the user against LDAP in ActiveMQ Artemis

LDAP authentication is configured in ActiveMQ Artemis(2.6.1 -Redhat AMQ7.2) environment but i am noticing authentication for a user happens against LDAP server very frequently. Even when no messages received, seems the authentication is happening.…
Jesu
  • 62
  • 5
0
votes
1 answer

Socket connection ActiveMQ with .Net

I have a task where I need to establish a connection between an ActiveMQ queue and a .Net application. I am using the AMQP.Net Lite plugin for this. But I have a need for the receiver of the .Net application to be called the moment the message goes…
0
votes
2 answers

ActiveMQ Artemis STOMP acceptor not accepting

This is my blueprint code. Internal activemq:queue:x messages work. External stomp:queue:y messages don't.
djb
  • 1,635
  • 3
  • 26
  • 49
0
votes
1 answer

JBoss AMQ / ActiveMQ Artemis: Pre-configure Durable Subscribers

I have a Red Hat AMQ (which is based on ActiveMQ Artemis) broker and I would like to make use of durable subscription (or equivalent) feature, so that I will have multiple OpenWire JMS subscribers subscribing to the events of our application which…
Adrian Shum
  • 38,812
  • 10
  • 83
  • 131
0
votes
1 answer

Supported ActiveMQ integrations

I am looking at ActiveMQ (Red Hat AMQ Broker in particular) and trying to find out what integrations/connectors are available apart of the supported protocols (JMS, AMQP, MQTT, OpenWire). For Kafka, there is e.g. the Confluent hub,…
Radek Skokan
  • 1,358
  • 2
  • 15
  • 38
0
votes
0 answers

Using remote Red Hat AMQ 7 with Wildfly 10

We are using Wildfly 10 and we want to use Red Hat AMQ 7 (standalone) remotely. I checked few documentation and found that ActiveMQ Artemis is also inbuilt in Wildfly 10, and I also configured it successfully to send and receive messages. But as per…