Questions tagged [resource-adapter]
30 questions
3
votes
1 answer
Wildfly 11 connection to remote Artemis ActiveMQ server configuration
It appears that the netty-connector to the remote client is not happy! For now, I have active my running on my local machine with the standard 616161 port.
I followed the directions at…

Lillian
- 87
- 2
- 7
2
votes
1 answer
JBoss 7 ActiveMQ Integration Resource Adapter Configuration
I am trying to setup an embedded activeMQ with Jboss 7.3.0 and activemq-rar-5.6.0.
The embedded broker should be accessible from inside Jboss and also from outside(via tcp from another application)
I am facing the following exception when i start…

Ben
- 137
- 3
- 12
2
votes
0 answers
Configuring Oracle Weblogic JMS resource adapter on IBM websphere
problem: MDB running on Websphere server listens to a queue on Weblogic server
I have deployed the wljmsra.rar on the WAS server, but have run into multiple roadblocks (and been down different rabbit holes) trying to solve the problem.
tried the…

Katz
- 21
- 2
1
vote
0 answers
How to create a JCA adapter in Jakarta EE 9?
How to create or build a new JCA resource adapter (.rar) to connect to a new data store (in-memory data grid) system and which is compliant to the Jakarta EE 9 specifications to be able to use on the micorservices space .

Tarun Patel
- 243
- 9
- 22
1
vote
2 answers
IJ000455: "Wrong ManagedConnectionFactory sent to allocateConnection" with IBM MQ Resource Adapter 9.2.5.0
I configured the IBM MQ resource adapter 9.2.5.0 in Wildfly 20.0.0 as follows:
wmq.jmsra.rar
…

Felix Siegrist
- 275
- 3
- 8
1
vote
1 answer
Deploying an MDB to listen to Kafka on Wildfly erros: WFLYEJB0383: No message listener of type fish.pay....KafkaListener found in resource adapter
I am trying to use the [JCA resoruce-adapters][1] to use an MDB to connect to kafka.
Following are the entries in the standalone-full.xml to configure the kafka resoruce adapter and the related ejb-mdb definition :
Note that the i have deploying…

Tarun Patel
- 243
- 9
- 22
1
vote
0 answers
Artemis resource adapter won't load when the module is used. Loads ok with archive. Why?
I want to use the module tag in the resource-adapter subsystem (instead of the archive one) to ease deployment tasks and to have only meaningful deployments so the ops can't mess with it.
The resource-adapter config with the archive tag works fine…

will
- 61
- 1
- 12
1
vote
0 answers
Inbound Resource adapter throws WorkException on delivering second message to the queue
I have an Inbound Resource Adapter that is configured in the jboss 7.1 EAP under the subsystem urn:jboss:domain:resource-adapters:5.0 with transaction-support set to XATransaction. This resource adapter is bounded to listen to an IP and port. Upon…

Satish Murali
- 21
- 2
1
vote
1 answer
Why JBoss create only one ActiveMQ consumer?
Why JBoss EAP 7 create only one consumer with Active MQ(not Artemis)? How to increase number of consumer?
I've tried:
increase maxSession ActivationConfigProperty
increase mdb pool size (via bean-instance-pools tag)
set min/max pool size inside…

Anton Petrov
- 316
- 2
- 10
1
vote
1 answer
Websphere liberty server JCA (Java connector architecture), JNDI and resource adapter
I have created two projects on Eclipse JEE:
1) Connector-ra.rar : this project has java class and ra.xml.
This is my resource adapter ra.xml:
web-services
jndi
websphere-liberty
jca
resource-adapter

Android Developer
- 23
- 6
1
vote
1 answer
Failed to link a MDB to an inbound resource adapter on Wildfly 10.x - deployment failed
I progammed an simple tcp inbound resource adapter (RA) as an example project on github and deployed it successful to wildfly 10.x with standalone-full configuration. The message listener TcpMessageListener interface is located in the RA and defined…

Jochen Buchholz
- 370
- 1
- 16
1
vote
1 answer
MDB deployment on WildFly for IBM MQ fails on connection error
We are using WildFly (9.0.2) and a Java EE application in EAR deployment with MDBs connecting via an IBM MQ (9.0.0) resource adapter.
Now we experience that when connection to MQ server is not possible during deployment, the deployment…

Alexander Rühl
- 6,769
- 9
- 53
- 96
1
vote
0 answers
jainslee EventRouterExecutor stack size
I'am trying jainslee telestax implementation. and i want to find a way to get the number of the fired event in the jainslee stack. is there an api to get this?

Ala Messaoudi
- 366
- 4
- 12
1
vote
1 answer
How to disable XA Transactions for MQ Resource adapters?
How to disable XA Transactions for MQ Resource adapters (e.g. IBM) in JBOSS EAP 6.4?
I want to use LocalTransaction or NoTransaction mode.

Anirban Chakraborty
- 131
- 1
- 1
- 5
1
vote
1 answer
How to disable XA connection in JBOSS MDBs
I am using JBOSS EAP 6.4.2 with IBM MQ 7.5.0.5 client version. I want to disable XA connection that JBOSS is by default creating for MDBs. I am using JCA Resource Adapter.
1. I need to disable XA because the MQ server is HP NONStop server
…

Anirban Chakraborty
- 131
- 1
- 1
- 5