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
1
vote
1 answer

Artemis AMQ119213: User: '' does not have permission='CONSUME'

I need to create an user who is just used to create queues from CI/CD tool.
Jagan Vittal
  • 98
  • 4
  • 11
1
vote
0 answers

Is there a max size to activemq's or generic JMS message size?

All I could find si that there isn't a specific limit to message size but it's dictated by the heap memory allocated to the JVM. Anyway smaller messages are better. I'm trying to send a 1Gb file with activemq without running into out-of-memory…
Ayeyebraso
  • 11
  • 1
  • 4
1
vote
0 answers

WFLYEJB0383: No message listener of type javax.jms.MessageListener found in resource adapter activemq-rar.rar

I'm seeing the above error when trying to start Jboss 7.1. Please help! Note, the file activemq-rar.rar is in the standalone\deployments directory. Also, here's the relevant updates i made to the standalone\configuration\standalone.xml file…
BMills
  • 21
  • 1
  • 4
1
vote
1 answer

How to handle blue/green deployment with RabbitMQ?

In our cloud environment, when a new instance is deployed, we run integration tests. However, it gets tricky because the new code is injecting messages in the queue for the service being deployed, while existing instances (previous version) are…
Alexandre Santos
  • 8,170
  • 10
  • 42
  • 64
1
vote
3 answers

activemq memory usage 4 times greater than Maximum heap allocated

I have below configuration for my java actvemq process where Xmx is 15360M but when I see the process usage of memory using glance I see RSS 41.8gb and VSS 51.6gb . pmap |grep total gives me total 54059348K. I am not sure what is happening in…
1
vote
1 answer

Error deploying camel component on JBoss AMQ 6.3

I'm trying to use a JBoss AMQ 6.3 to act a a bridge between a WebSphere MQ hosted on mainframe and applications running in distributed environments. In order to make it work I've successfully installed the OSGi libraries for WebSphere MQ and…
alphamikevictor
  • 595
  • 7
  • 17
1
vote
2 answers

WSO2 ESB + activeMQ

I'm new in wso2 esb and jms. I send some messages from soapUI to wso2 esb. In my wso sequence a processed message goes to the jms. Is there a possibility to set "time to live" of this message from wso2 esb? Or some other ways? In AMQ I added…
KillSwitch
  • 132
  • 2
  • 10
1
vote
0 answers

Configuring JMS appender with AMQ 5.5.1

When I am trying to send message from HermesJMS to activeMQ , I am getting thie exception. Wire format negotiation timeout: peer did not send his wire format. at…
user1207289
  • 3,060
  • 6
  • 30
  • 66
0
votes
1 answer

ActiveMQ StatisticsPlugin not working with wildcard destinations

I am using the ActiveMQ "Classic" StatisticsPlugin to collect stats for destinations. I have used ActiveMQ.Statistics.Destination.* along with a replyTo header to collect the stats for all the topics. Unfortunately it's not working. It works if I…
Developer
  • 239
  • 1
  • 3
  • 17
0
votes
1 answer

What version of Apache ActiveMQ corresponds to the JBoss A-MQ v6.3?

Please advise what version of the Apache ActiveMQ broker/client corresponds to JBoss A-MQ v6.3? We are considering a possibility of migrating to the open source alternative (Apache ActiveMQ "Classic") with minimum or no impact.
spoonboy
  • 2,570
  • 5
  • 32
  • 56
0
votes
1 answer

How to publish to a Red Hat AMQ 7 topic using AMQP 1.0 from a test case using amqp-10-jms-spring-boot-starter

I created a subscriber to a multicast queue. When starting the application I can see that the multicast address gets created, the client queue underneath gets created and if I use the web interface to publish a message to the address my topic…
cp5
  • 1,087
  • 6
  • 26
  • 58
0
votes
0 answers

How can I set the Content Security Policy to make connection with web socket

main.dce055597222845a4f8f.js:1 Refused to connect to 'ws://URL:PORT/' because it violates the following Content Security Policy directive: "default-src 'self' blob:". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a…
0
votes
0 answers

Need to create amq63-openshift base image locally using docker file

For security reason I can not directly pull amq63-openshift base image from redhat registry( https://registry.access.redhat.com/v2/jboss-amq-6/amq63-openshift/tags/list). Is there a way to create amq63-openshift same base image using docker file?
Shilpi
  • 109
  • 3
  • 12
0
votes
1 answer

How to use a topic in Red Hat AMQ 7 using AMQP 1.0 and consume in Spring Boot?

How does one configure and use a Topic (publisher - subscriber model) in Red Hat AMQ 7 using AMQP 1.0 and consume in Spring Boot I have configured the topic as follows in the Red Hat AMQ console I have created a Spring Boot app pom.xml:
cp5
  • 1,087
  • 6
  • 26
  • 58
0
votes
1 answer

Openshift AMQ6 - message order - queue

I use AMQ 6 (ActiveMQ) on OpenShift, and I use a queue with re-delivery with exponentialBackoff (set in connection query params). When I have one consumer and two messages and the first message gets processed by my single consumer and does NOT get…
Walter
  • 17
  • 4