Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
38 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(...
0 votes
0 answers
140 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 ...
0 votes
0 answers
67 views

I have a Spring Boot 3.4.6 application with a JmsListener annotated method which receive messages from a Azure Service Bus topic. Randomly, the connection is lost between the application and Azure ...
0 votes
0 answers
80 views

ThrottlingInflightRoutePolicy routePolicy = new ThrottlingInflightRoutePolicy(); routePolicy.setMaxInflightExchanges(20); routePolicy.setResumePercentOfMax(70); from("jms:...
0 votes
0 answers
30 views

I am enabling client acknowledgement in apache camel and spring boot. Here is camel route code from("queue?acknowledgementModeName=CLIENT_ACKNOWLEDGE") .routeId("r1"...
0 votes
1 answer
118 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. ...
0 votes
0 answers
52 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
198 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....
0 votes
0 answers
10 views

Library: Spring JMS, major version 5. Issue: Client side uses JmsInvokerProxyFactoryBean Server side uses DefaultMessageListenerContainer, with messageListener using JmsInvokerServiceExporter, ...
haleyk's user avatar
  • 330
0 votes
1 answer
46 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 ...
0 votes
0 answers
46 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 ...
0 votes
0 answers
99 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 ...
3 votes
0 answers
159 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
208 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 ...
0 votes
1 answer
32 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 ...

15 30 50 per page
1
2 3 4 5
...
132

AltStyle によって変換されたページ (->オリジナル) /