Questions tagged [jboss-amq]

Red Hat AMQ is a high performance, flexible, cost-effective messaging platform that delivers information safely and reliably and enables Internet of Things (IOT). Red Hat AMQ can be deployed, and easily managed, in any configuration so you can deploy a network of brokers across your infrastructure whether they are on premise, in the Cloud, or in a hybrid configuration.

Red Hat AMQ is based on the Apache ActiveMQ open source project. Red Hat AMQ can be deployed and easily managed in any configuration so you can deploy a network of brokers across your infrastructure whether they are on premise, in the Cloud, or in a hybrid configuration.

In AMQ 6 core messaging is provided by Apache ActiveMQ 5.x. In AMQ 7 core messaging is provided by Apache ActiveMQ Artemis. Both support different messaging paradigms like publish-subscribe, point-to-point, store-and-forward. Multi-protocol support (AMQP 1.0, STOMP, MQTT) along with JMS 1.1 & 2.0 (only in AMQ 7) and multi-client support (Java, C, C++, .NET, Python, Javascript) enables real-time messaging with all enterprise assets.

For a free development subscription which allows you to download Red Hat AMQ for development use go to https://developers.redhat.com/products/amq/download/

24 questions
0
votes
1 answer

JBoss AMQ 7.0.1 Management Console wiki page throws exception javax.management.InstanceNotFoundException : io.fabric8:type=Fabric

I have installed Jboss AMQ 7.0.1. Everything working fine. But getting following exception if I try to browse Wiki in Web Management Console. javax.management.InstanceNotFoundException : io.fabric8:type=Fabric Stack…
greja
  • 134
  • 10
0
votes
1 answer

Which library should be used to Jboss AMQ connection using JMS

According to Jboss AMQ guide, AMQ JMS Client 1.1.0 is should be used to connect to broker. But it works only with amqp:// or amqps:// not with tcp:// or ssl:// . Which library we should use for non-amqp but standard JMS connection? Official sample…
greja
  • 134
  • 10
0
votes
1 answer

Redhat Jboss AMQ 7.0.1 certificate base authentication failed

I am trying to implement certificate base authentication for Jboss AMQ 7.0.1 I have setup client and broker side according to AMQ example "ssl-enabled-dual-authentication" But I am getting following error …
greja
  • 134
  • 10
0
votes
1 answer

Cannot Browse Non-Text Messages From Hawtio

Currently i'm working in implementing ActiveMQ message broker in my application. We are using RedHat JBoss Hawtio management console to browse the message. We are not able to read the ObjectMessage in the management console. Normal text messages are…
Prasanna
  • 141
  • 1
  • 3
  • 17
0
votes
1 answer

Retry to establish a JMS connection while ActiveMQ broker is not available

Here is my scenario. I have few ActiveMQ (JBoss-AMQ) producers and consumers installed as services. In a server restart, what is the best practice of handling such a situation where a producer or a consumer service starts before the ActiveMQ broker…
helloworld
  • 965
  • 5
  • 14
  • 34
0
votes
2 answers

Activemq persistence for particular queue

I have found the global configuration in activemq.xml for persisting the queues in the DB (persistenceadapter). I have 5 queues running in my application and I want to persist only two queues, is there a way to that in activemq.xml ? Regards, BRK
0
votes
1 answer

Jboss AMQ: Send persistent message from hawtio

We are developing an application that uses redhat jboss AMQ. We are migrating from version 6.0 to 6.1 where we have the new webconsole hawtio. In order to test feature of our app I need to send PERSISTENT message to queue. In version 6.0 if I wanted…
ashur
  • 4,177
  • 14
  • 53
  • 85
0
votes
2 answers

How to add new queues to JBoss A-MQ using the command line console interface?

I'm trying to add queues to a running JBoss A-MQ service. Currently I can do it manually via the Web interface, as shown below: But, I would like to use the A-MQ Command Console to do it: What would be the JBoss A-MQ Console command equivalent to…
E.Z.
  • 6,393
  • 11
  • 42
  • 69
-1
votes
1 answer

Red Hat JBoss AMQ Clients Sample java program for failover and reconnection

I am trying to create a test program that will have failover feature. I am using and following this document. https://access.redhat.com/documentation/en-us/red_hat_amq/7.0/html/using_the_amq_jms_client/configuration#logging According document…
greja
  • 134
  • 10
1
2