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
5
votes
1 answer

AMQPNETLITE - ActiveMQ Artemis (Red Hat AMQ) - autocreate multi-consumer multicast queue

This qeuestion is on consuming the messages using AMQP in .Net. The documentation recommends amqpnetlite: https://access.redhat.com/documentation/en-us/red_hat_amq/7.0/html-single/using_the_amq_.net_client/index On subscribing to an address using…
Praveen Nayak
  • 167
  • 1
  • 16
4
votes
1 answer

javax.jms.JMSSecurityException: User name [null] or password is invalid

I have a simple JMS sender and receiver. I use jboss-amq as the broker. They use jndi to lookup values. jndi.properties java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory java.naming.provider.url =…
Abu Muhammad
  • 1,185
  • 5
  • 20
  • 29
1
vote
2 answers

JBoss AMQ .Net Client approach for failover

Red Hat recommends using AMQPNetLite by Azure team as the client to connect to JBoss AMQ when connecting to the broker from .Net based applications -…
Praveen Nayak
  • 167
  • 1
  • 16
1
vote
2 answers

Best way to start JBoss AMQ broker Artemis on JDK10

Trying to start JBoss AMQ on JDK 10 and was getting Unrecognized VM option 'UseFastAccessorMethods' I removed this option from artemis-profile and it works fine now. Is there any better option?
fg78nc
  • 4,774
  • 3
  • 19
  • 32
1
vote
2 answers

Is there any message lost when using replication as HA policy

I am using jboss amq7.1/apache amq, When using replication as the HA policy for my cluster, it is documented that all data synchronization is done over the network, All persistent data received by the master broker is synchronized to the slave when…
Lan
  • 119
  • 12
1
vote
1 answer

JBoss-A-MQ encountered an UnknownHostException in JMS messaging application

I have a sample JMS messaging application as shown in below snippet. When I executing the program (specifically when starting the connection) I get an UnknowHostException. The reason for the exception is clientid property get's…
helloworld
  • 965
  • 5
  • 14
  • 34
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
3 answers

Can I use Red Hat AMQ 7.7 in production without license/support subscription

Can I use Red Hat AMQ 7.7 in production without license or support subscription? And what's the difference between JBoss AMQ and Red Hat AMQ?
ImranRazaKhan
  • 1,955
  • 5
  • 33
  • 74
0
votes
0 answers

XA transactions Support with JBoss Widlfly 10, camel-2.15.3, and Red Hat AMQ 7.2

Problem Statement: In "JTA/XA" mode when messages are consumed from "Source-Q" using camel and after performing the business logic(successful processing without any error or exception) unable to send the response back to "Destination-Q". Enabled…
0
votes
1 answer

AMQ org.jboss.logmanager.handlers.SizeRotatingFileHandler not creating a log file

AMQ 7 running on Linux Current default…
B Randall
  • 132
  • 4
  • 15
0
votes
1 answer

AMQ Address with multiple clients to a multicast queue

My query is for the product Red Hat AMQ 7.X (and I am using 7.2), which is based on Apache ActiveMQ Artemis and a .Net client connecting to the queue using AMQP protocol. An Artemis article discusses unicast (point-to-point), multicast…
Praveen Nayak
  • 167
  • 1
  • 16
0
votes
1 answer

AppDynamics monitoring with AMQ 7.0.1

I am using the ActiveMQ extension of AppDynamics. It is good to start. With JMXRemote(enabled in artemis.profile) it is OK. But, I want it from localhost. JMX is enabled by default for localhost for AMQ. AMQ management console use jmx internally and…
greja
  • 134
  • 10
0
votes
1 answer

Does amqp support flow control with producerMaxRate

I am using Red Hat JBoss AMQ 7.1.0.GA and testing flow control with amqp protocol by using example under amq71Install\examples\protocols\amqp\queue, I just added producerMaxRate=1 in the following code sample: ConnectionFactory connectionFactory =…
Lan
  • 119
  • 12
0
votes
1 answer

producerWindowSize doesn't work for AMQ 7.1

I am using Red Hat JBoss AMQ 7.1.0.GA and testing flow control with producerWindowSize, I used example under amq71Install\examples\features\standard\queue, here is sample jndi.proerties: # Neither of the following parameter…
Lan
  • 119
  • 12
0
votes
1 answer

How to set "hawtio.noCredentials401" property in Fuse-AMQ Environment

When using hawtio plugin and jolokia with no credentials, Hawtio is not returning with 401(Unauthorized) rather it still returns 403 Forbidden even though hawtio.noCredentials401 property is set to true.I have passed 'hawtio.noCredentials401'…
Haran
  • 1,040
  • 2
  • 13
  • 26
1
2