Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
30 views

Okay, I have an interesting one so far that is difficult to Google successfully and I have no prior experience on this particular problem guiding me on a correct solution. I have the following ...
Filippo Possenti's user avatar
0 votes
0 answers
63 views

WSO2 EI 6.6.0 is configured and run together with ActiveMq 5.16.4. Sending and receiving JMS messages works fine but time to time following error occurs at run time. To solve it, it is necessary to ...
Antonn Karolk aertonsena's user avatar
0 votes
0 answers
40 views

I am using Qpid JMS to connect to RabbitMQ using OAuth. I have read about the Connection Extensions section of the Qpid JMS documentation, which describes how to update the token on a ...
user11734281's user avatar
0 votes
0 answers
47 views

I have a JMS-based application setup where one application(3rd party component with no code level access, but configurable) acts as the only message producer. This producer sends messages to the ...
Pasindu's user avatar
  • 23
0 votes
1 answer
70 views

We are currently using apache camel to build routes between an IBM Mq broker and some other ones (basically : a messaging bridge) As an input component, we use the JMS one. It is performing.... quite ...
Marvin's user avatar
  • 1,740
1 vote
1 answer
117 views

I have a Java application running on WebLogic 12c that sends JMS messages. We're trying to configure it to send messages to a remote JMS queue on a WildFly 26 server. When we attempt to send a message,...
vz1654056's user avatar
0 votes
0 answers
137 views

This is for a Spring JMS listener which is configured with DefaultJmsListenerContainerFactory with sessionTransacted(true), an error handler and a message converter which converts a message to a pojo ...
user518066's user avatar
  • 1,467
0 votes
1 answer
103 views

I'm trying to integrate IBM MQ with my Quarkus application, but it doesn't have AMQP support and there's no Quarkiverse extension available for it. As a workaround, I'm following this answer to ...
Kobra's user avatar
  • 1,378
0 votes
0 answers
79 views

Context Two WebLogic 14.1.2 domains (both named base_domain, running on ports 9001 and 8001). Domain Agency (9001) hosts an MDB that consumes from a local XA queue, writes to several tables (XA data ...
Jose Villacres's user avatar
0 votes
0 answers
34 views

When I use a JMS message producer with OracleAQ to send a message with JMS_OracleDelay message.setIntProperty("JMS_OracleDelay", 10) I see the the underlying AQ table add the correct DELAY ...
user518066's user avatar
  • 1,467
1 vote
1 answer
58 views

I'm using Apache Qpid JMS to create a JMS connection and set a client ID. The following line hangs indefinitely, and no logs appear after this point: JmsConnection conn = (JmsConnection) factory....
Rakesh Goud's user avatar
0 votes
1 answer
104 views

I am new to mule and trying to push logs to activemq queue using jms appender. I was getting error while using jms appender with mule 4.3 2025-06-05T07:02:25.588889200Z WrapperListener_start_runner ...
Aakash Giri's user avatar
0 votes
0 answers
119 views

I have a Java application that connects to Oracle Advanced Queue (AQ) and listens for various event types. The Java server and the Oracle server are on different machines but within the same data ...
Teodor Mysko's user avatar
-1 votes
1 answer
201 views

Currently, I can't get XA-Transactions AND Durable Subscription working at the same time. A Demo Projekt is here: https://github.com/proxora/Spring-boot-3-ActiveMQ-XA-Transactions-Durable-Subscription-...
xtermi2's user avatar
  • 846
0 votes
1 answer
102 views

I am using ActiveMQ Artemis 2.27.1 from my Spring Boot application. I see that a producer publishes message to a queue, but the consumer is not called even once and the message is sent to the DLQ. ...
Noshaf's user avatar
  • 256
0 votes
0 answers
47 views

In my application I am consuming messages from Solace queues, but I am observing some intermittent messages going into the queue even thought there is no ingress/egress at that time, and we have an ...
Yogi's user avatar
  • 11
0 votes
2 answers
178 views

Note: I am not using Otel Java Agent, I will elaborate on it in the last section. I have a Spring Boot App with the following services implemented: Spring Kafka Consumer using org.springframework....
ALVIN's user avatar
  • 1
0 votes
0 answers
74 views

Spring documentation describes how to register a JMS listener programatically, but the endpoint API described there does not have any transactional flags available. Is there any way to make this ...
0xff's user avatar
  • 11
0 votes
2 answers
104 views

I want to create a fan-out on ActiveMQ Artemis. This is the scenario: The producer sends a message on the dedicated address (example: inputMsg). Artemis forwards the message to all consumers that ...
effedici's user avatar
  • 209
0 votes
1 answer
190 views

I am trying to disable security on ActiveMQ Artemis for testing purposes. I am using the official Docker image from which I am starting a container with a volume mounted from my host to /var/lib/...
kaffein's user avatar
  • 1,778
0 votes
1 answer
40 views

While using @JmsListener I'm using the concurrency field to set max active threads for specified listener. However, I'm getting more than number of connections configured. The listener is active with ...
Yogi's user avatar
  • 11
0 votes
0 answers
152 views

I'm working with the below code (IBM MQ client with Jakarta JMS 3.0): package org.example; import com.ibm.mq.jakarta.jms.MQConnectionFactory; import javax.naming.Context; import javax.naming....
lewap02's user avatar
  • 11
2 votes
1 answer
162 views

I have a simple Java application listening to an IBM MQ queue in an asynchronous manner with the acknowledgement mode set as AUTO_ACKNOWLEDGE. The BACKOUT_THRESHOLD for the queue is set as 0. In the ...
Chandula's user avatar
0 votes
1 answer
163 views

Problem statement I am trying to configure ActiveMQ Artemis embedded in WildFly to work with a secured connection between the client and Kubernetes Ingress. I have a Java client that connects to a ...
Mariusz's user avatar
  • 1,985
-1 votes
1 answer
44 views

I have installed Wildfly 34 on my local machine and enabled the JMS queue. Also, I am trying to enable jms bridge in standalone mode. It's not working. It will through some errors. How to solve this? ...
Murugesan's user avatar
0 votes
0 answers
36 views

I am trying to create a selector. I can 't find here https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/software-broker/config/index.html#/ how could I add a selector to a queue....
João Reis's user avatar
0 votes
0 answers
68 views

I am struggling to get my client to failover as I'd expect in my cluster. I am expecting that when 1 node fails my client should jump to that node’s backup in the topology. However, what I see occur ...
Sergio Scaramuzzi's user avatar
3 votes
0 answers
152 views

I'm using spring-based application to connect to an IBM MQ server for sending and receiving jms messages. I've set the timeout using the setReceivedTimeout function of the Jmstemplate and I expect ...
dope's user avatar
  • 345
0 votes
1 answer
191 views

I have a HA replicated cluster setup of ActiveMQ Artemis currently and would like to use the management API from my clients to run a few configuration operations when the brokers start up. I can't ...
Sergio Scaramuzzi's user avatar
0 votes
2 answers
165 views

I'm trying to send a lot of JMS messages to an IBM MQ broker with the awesome Apache Camel library. When I'm sending 1000 small (less than 100 bytes) messages sending rate is really slow (1 msg/second)...
Idleman's user avatar
0 votes
1 answer
77 views

We have just upgraded our Camel project from the version 4.4.0 to the version 4.9.0. And we encountered this error when sending our JMS messages : java.lang.IllegalArgumentException: Unrecognized Type:...
AnthonyAtVIF's user avatar
0 votes
1 answer
29 views

we are using JMSInput node to listen to Rabbitmq queue. But correlation Id/message ID property sent from rabbitmq is not being received in App connect flow. If sent along with Priority property then ...
Sandhya Gor's user avatar
  • 1,470
0 votes
1 answer
104 views

We have an ActiveMQ Classic broker on the default configuration (no specific destination policy configured, and with default KahaDB storage). Many producers and consumers use the same queue for ...
Djoz's user avatar
  • 161
0 votes
0 answers
61 views

I'm trying to implement a Jakarta application with JMS runnning in TomEE 9.1.3 and a RabbitMQ 3.10.8. I can send and receive messages using injected QueueConnectionFactory and Queue resources. Here ...
Calcimicium's user avatar
0 votes
1 answer
89 views

I need send some messages without waiting transaction ending. But all settings I tried like template.setSessionTransacted(false); and setting different acknowledge modes didn't bring any results. ...
mamol's user avatar
  • 188
0 votes
1 answer
245 views

I try to get a single message from Artemis through Jolokia JMX but can't find a way to filter for JMSMessageID. Broker version: Red Hat AMQ 7.11.7 My best attempt is currently: https://broker/console/...
burki's user avatar
  • 7,067
1 vote
1 answer
97 views

I am quite new to the world of JMS and ActiveMQ Artemis, and I'm struggling to make use of the management API to send a JMS message to my stand alone broker. I am using ActiveMQ Artemis 2.38.0. I want ...
Sergio Scaramuzzi's user avatar
0 votes
0 answers
229 views

We are facing issue with messages getting stuck in remote queue at random instant. The application uses selectors to consume messages. The messages are consumed again if the client application is ...
farook's user avatar
  • 41
0 votes
0 answers
99 views

I'm working in a project where I'm using Apache camel with Quarkus. There is a route that is consuming messages from IBM MQ. I've initialized a JMS component globally with transacted=true. But ...
Arjun's user avatar
  • 1
0 votes
1 answer
138 views

In my Java Spring Boot 3 application I have a simple JmsListener for Oracle AQ: import com.example.webfluxexample.model.MessageInfo; import jakarta.jms.Message; import jakarta.jms.ObjectMessage; ...
Georgii Lvov's user avatar
  • 3,850
0 votes
0 answers
352 views

I am migrating my java application from Java 8 spring 5.3.x to Java 17, Spring 6.0.0 with JakartaEE 10 feature enabled in open liberty server. I am facing issue with JMS configuration I guess which ...
Soul Stealer's user avatar
0 votes
0 answers
132 views

My Apache Beam application sends messages to a Solace queue. To send the message, I use the Apache Qpid JMS library and Java Messaging Service (JMS). However, when I launch my application, more than ...
Vincent Doba's user avatar
  • 5,178
0 votes
1 answer
300 views

I'm building a service around Azure Service Bus with Java Language and Spring framework using JMS listeners. I could figure out a way to send a message directly to the DeadLetterQueue, without waiting ...
Blackarrow's user avatar
0 votes
1 answer
143 views

I have a (Java 21/EE10 on WildFly 33) container that connects to Azure Service Bus using JMS 2.0 (Hence ESB Premium Tier). All is well. However when redeploying (or even restarting) the POD the @...
Gerry Askefalk's user avatar
-1 votes
1 answer
174 views

We are using jMeter 5.5 & JMS Publisher addon to publish messages to relevant queues via AMPQ. I have installed the following libraries/packages within jMeter config, and installed Java 11 on ...
JDY28's user avatar
  • 1
1 vote
1 answer
665 views

I have a Spring project where I need to connect to IBM MQ to send and receive messages from but I'm getting the below exception:- IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('...
dope's user avatar
  • 345
0 votes
1 answer
51 views

Assume messages are published very frequently on some topic and cause extreme network load to subscribe to all of the messages. In reality, we may just want a sample of these, say one every 10 ...
rb612's user avatar
  • 5,643
0 votes
1 answer
777 views

Some legacy code is running on a mainframe that uses JMS classes to connect to MQ. The older version uses Java 8, Java EE with Spring 5 and IBM-provided JARs: com.ibm.mq.jar, com.ibm.mq.jmqi.jar, com....
Barat Sahdzijeu's user avatar
0 votes
1 answer
59 views

I'm using Payara 5.2022.5 public void resubmitMessages(boolean resubmitAll) throws Exception { log.debug("DLQService: resubmitMessages()"); InitialContext ctx = null; ...
JustinKSU's user avatar
  • 5,019
-1 votes
1 answer
56 views

I'm trying to reprocess messages from the dead letter/message queue (DLQ). In the method below I'm getting null when I do dlqConsumer.receive(5000) on Payara 5.2022.5. Where as when I used a ...
JustinKSU's user avatar
  • 5,019

1
2 3 4 5
153