Log in to follow, share, and participate in this community.
Thread JMS Queue in Jboss
JMS Queue in JbossGetting issues on JMS sample from https://sites.google.com/a/thedevinfo.com/thedevinfo/Home/jboss/jboss-application-server/jboss-and-jms-java-message-service-tutorial. Starting JMS Example Listene...
Jboss server out of memory exceptionHello, My application is running on JBoss 4.0.3SP1/Red Hat Enterprise Linux Server release 5.3 (Tikanga) The jboss server sometimes (not very often) stucks. The log file shows memory exceptions (see attached ...
Number of MDB connections to MQI have trying for few days to try to sort this issue we currently facing but not much luck, hopefully someone here can give few ideas. Issue: I am not able to create more than 11 connections to the MQ Queue ,...
what is the use case of MQ-MDBwhere MDB is use ? 1. For Sending Notification . 2. alternative of RPC/ RMI , 3. Application to application asynchronous communication i have several confusion , is this the basic principle or us...
MDB Stops processing messagesAll of a sudden the Message Driven Bean stops processing messages. We have to do a stopDelivery() and startDelivery() on the MDB to restart processing. Also, the stopDelivery() hangs and the message at the top of the ...
"XAConnectionFactory not bound" on startupNeed help understanding and resloving this error XAConnectionFactory not bound Occasionally on startup of JBoss I keep getting this error. The way to resolve it is to stop JBoss, delete the "data" directory and start...
jboss destination queue is in CLOSED stateDear All, We are using the jboss application server version 4.2.3. After starting the server, One of the destination queue 'testQue...
Thread Connecting to a remote queue from Jboss4.2 to 4.3EAP
Connecting to a remote queue from Jboss4.2 to 4.3EAPHi all, I am trying to send a message from a java application ( Client : 10.1.3.170 ) which is runnning in JBoss4.2 to a remote queue in another server ( Server : 10.1.3.160) which is JBoss4.3 EAP ...
Thread Unable to connect to JMS Queue from JBoss 6.0
Unable to connect to JMS Queue from JBoss 6.0Hi, I recently switched my application from JBoss 4.2.2 to JBoss 6.0. Now the message client has stopped working. It is showing the following exception on JBoss start up: "ConnectionFactory not found i...
Upgrading HornetQ in EAP 5.1.0Hi Guys. I wish to upgrade my HornetQ version from 2.1.2 to 2.2.14 Final. I have search the web but could not find an exact match or tutorial on how to achieve this if at all possible. I then f...
Send Messages to WebSphere MQ 7.0Purpose The purpose of this article is to show how to send message to WebSphere MQ 7.0 using a java client. How to DO?Implementation package com.nuwan.poc.queueserviceadaptor.ejb;
import com.ibm.msg.cli...