7,639 questions
0
votes
0
answers
101
views
how to rectify javax.jms.JMSException: Failed to create connection?
We are(multiple JAVA applications) connecting to IBM MQ using the JMS / JNDI approach in a WebSphere Application Server environment.
Each request follows the below high-level flow:
Create a JNDI ...
1
vote
0
answers
47
views
TIBCO BWCE Send Message Did Not Send ApplIdentityData MQMD to MQ
I am using TIBCO BWCE Studio 2.10 with the JMS Send palette to send messages to IBM MQ. I need to pass the MQMD ApplIdentityData to the receiving application.
My current JMS Send configuration is:
...
0
votes
0
answers
43
views
TIBCO BWCE Send Message Did Not Send ApplIdentityData MQMD to MQ
I am using TIBCO BWCE Studio 2.10 with the JMS Send palette to send messages to IBM MQ. I need to pass the MQMD ApplIdentityData to the receiving application.
My current JMS Send configuration is:
...
0
votes
0
answers
80
views
How to use Request/Reply Pattern using Smallrye with MQ in Java
I’m trying to implement an RPC-style Request/Reply pattern using SmallRye Reactive Messaging with IBM MQ in a Quarkus application.
I already know how to implement this pattern using plain JMS:
...
0
votes
0
answers
93
views
java.lang.ClassNotFoundException: class org.apache.activemq.jndi.ActiveMQInitialContextFactory not found at run time
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 ...
0
votes
0
answers
49
views
QPID JMS OAuth Token Refresh
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 ...
0
votes
0
answers
55
views
How to route messages from a single JMS producer to one of multiple MDBs based on conditions?
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 ...
0
votes
1
answer
85
views
Camel JMS component does not cache the connection
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 ...
1
vote
1
answer
121
views
WebLogic 12c Foreign Server fails to authenticate with WildFly 26 JMS: JMSSecurityException (Username: null)
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,...
0
votes
0
answers
154
views
How to bypass rollbacks and retries for Spring JmsListener specific exceptions?
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
87
views
Weblogic 14.1.2.0.0 - EJB can't commit XA transaction when use Foreign JNDI to call remote EJB
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 ...
0
votes
0
answers
38
views
OracleAQ: JMS_OracleDelay settings
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 ...
1
vote
1
answer
65
views
Qpid JMS: setClientID() hangs indefinitely, thread stuck on BalancedProviderFuture
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....
1
vote
1
answer
129
views
Mule 4.9 JMS appender error: Modules javax.jms.api and jakarta.jms.api export package javax.jms to module org.eclipse.sisu.inject
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 ...
0
votes
0
answers
126
views
Slow message delivery in Java application using Oracle Advanced Queue
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 ...