442 questions
0
votes
0
answers
131
views
Migration from JBoss embedded JMS broker to remote ActiveMQ Artemis
I need to migrate all queues and topics from the existing JBoss embedded JMS broker to a remote ActiveMQ Artemis broker (i.e. outside JBoss server).
I configured both embedded broker and remote broker ...
1
vote
0
answers
86
views
How to get the current number of in-use bean instances (MDB) from Wildfly?
I have multiple MDB (message-driven-beans) in Wildfly that I want to monitor, and I'm looking for a way to get the current number of in-use bean instances for each MDB.
I'm currently getting MDB data/...
0
votes
0
answers
43
views
Ordered Message processing in JBoss
I have a couple of JBoss 7.4.3 instances running in standalone mode which will try to consume messages from Tibco ESB using the Generic JMS JCA RA.
As there are multiple JBoss instances the messages ...
0
votes
1
answer
342
views
J2CA0138E:The message endpoint activation failed for ActivationSpec jndi/GG01(com.ibm.mq.connector.inbound.ActivationSpecImpl)
jndi/GG01(com.ibm.mq.connector.inbound.ActivationSpecImpl) and MDB application abc#abcd.jar#MdbListener due to following exception: com.ibm.mq.connector.DetailedResourceAdapterInternalException:...
-1
votes
1
answer
343
views
How to connect MDB with activation specifications
I want to create one message queue consuming code using activation specifications and deploy into the websphere server.
I saw some code available with jboss.but,i want in IBM websphere server.
...
0
votes
1
answer
605
views
WebSphere to OpenLiberty EJB 3 message driven beans migration from ibm-ejb-jar-bnd.xmi issue
During the deployment of our migrated ear with 2 war's from old Websphere 8.x into OpenLiberty I get this issue regarding unexpected element in the xmi:
[ERROR ] CWWKZ0002E: An exception occurred ...
2
votes
1
answer
1k
views
Can we work with MDB and EJB's in Quarkus
I tried looking into whether we can use MDBs and EJBs with the Quarkus framework, but I couldn't find any resources on Quarkus documentation. Can you please explain whether it is possible?
Basically, ...
0
votes
0
answers
53
views
Inject values on EJB parent class
I have several classes that handle queues, with similar methods. I would like to move the injection part, to the parent class. But in every attempt that I have done, the injected values are always ...
0
votes
1
answer
520
views
Wildfly JMS Topic using Message Driven Beans. Get one MDB per server
I'm working with Wildfly 25.0.1.preview, and am trying to use JMS to send a message across the cluster to every node.
So far, I'm using a topic and I have everything working, but only one MDB is ...
0
votes
0
answers
372
views
Pending Messages in ActiveMQ
I have deployed my Java-MDB based application using ActiveMQ as messaging service . I could see that a few messages have been in pending status for quite some time on some queues. I have read that ...
0
votes
0
answers
618
views
What causes an IBM MQ Topic Subscription destination error
Getting the following error.
This is on a system where two IBM WAS Application servers have an MDB that subscribe to the same MQ Topic.
[4/18/22 11:01:55:843 PDT] 00000351 SibMessage W [:] ...
2
votes
1
answer
110
views
JMS setRollbackOnly - inconsistent behaviour
Please have a look at the following Message Driver Bean.
The message comes in, we call clearProperties() on it to unlock and be able set some other properties on it.
At the end we call setRollbackOnly(...
1
vote
0
answers
239
views
Getting "does not implement 1 interface nor specifies message listener interface" error for non message driven bean
This is my first time posting. Apologies if I have not followed the rules/standards/procedures. The problem I have is the following:
I have the following stateless bean defined:
@Stateless(name = &...
-1
votes
1
answer
253
views
JavaEE MDB "EJB Container initialisation error"
I'm pretty new to JavaEE, and I want to make a message driven bean that consumes a message and a producer that produces a message. I got most of this code from a JavaEE manual, but it doesn't want to ...
0
votes
1
answer
501
views
jBOSS EAP 7.3 Message Driven Bean fails to deploy app during Artemis failback
I am attempting to run two instances of JBoss EAP 7.3 in a cluster. Both instances are running 2 Artemis activemq servers, one which is live and one which backs up the live server on the other EAP ...