close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
52 views

I have a Java 21 Sping 3 project which uses ojdbc17 and Jakarta JMS libraries. It has a class which implements the org.springframework.jms.support.MessageConverter interface and its Object fromMessage(...
Score of 0
0 answers
174 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 ...
Score of 0
1 answer
188 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. ...
Score of 0
0 answers
62 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 ...
Score of 0
2 answers
281 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....
Score of 0
1 answer
70 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 ...
Score of 0
0 answers
54 views

Unless I'm misreading the apache activeMQ docs, it appears that the use of AMQ_SCHEDULED_DELAY, AMQ_SCHEDULED_PERIOD, and AMQ_SCHEDULED_REPEAT is bugged when they are used together when sending ...
Score of 0
0 answers
117 views

tstu2012643.xyz.com:51671/GL210031/CLIENT.T.POTRANS?transport=1 tstu2012644.xyz.com:51671/GL210032/CLIENT.T.POTRANS?transport=1 Considering the above two connection properties of an IBM MQ, I am ...
Score of 3
0 answers
180 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 ...
Score of 0
1 answer
257 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 ...
Score of 0
1 answer
51 views

Is it possible to attach a TransactionSynchronizationFactory to an outbound JMS Outbound Adapter? We are trying to send a message to a JMS queue and want to update a database once the JMS send is ...
Score of 1
1 answer
259 views

I hava been reading about using pollTimeoutSeconds in @SqsListener from Spring Cloud AWS. Look at this configuration: @SqsListener(value = "my-queue", pollTimeoutSeconds = "10", ...
Score of 0
0 answers
79 views

In our setup, we are observing a significant number of 'MQ get without data' messages alongside 'MQ get with data' messages. With the following configuration, we see 85 calls per second for 'MQ get ...
Score of 1
1 answer
117 views

I need to send and receive messages from a standalone Spring Boot application (2.7.17) to a topic to the ActiveMQ Artemis within WildFly 26.1.3 with a (non-durable subscription). I started with the ...
Score of 1
1 answer
107 views

We have a system that successfully send messages across a normal, non-sharded Oracle Advanced Queue (AQ), but when we change to a Sharded Queue, the Java application is unable to consume the messages. ...

15 30 50 per page
1
2 3 4 5
132