• JMS Queue in Jboss

    Getting 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...
    Profile Photo
    last modified by noboundaries
  • Jboss server out of memory exception

    Hello,   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 ...
    Profile Photo
    last modified by ronandavid
  • Number of MDB connections to MQ

    I 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 ,...
    Profile Photo
    last modified by ozguy
  • what is the use case of MQ-MDB

    where 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...
    Profile Photo
    last modified by masummymesingh
  • MDB Stops processing messages

    All 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 ...
    Profile Photo
    last modified by karthik
  • not able to connect to JBOSS message queue frome remote machine.

    Hi , I am new to JBOSS. I am trying to connect to MessageQueue.From a different machine.   i have written a sample code as : Hashtable env = new Hashtable();         &...
    Profile Photo
    created by kallmekunal
  • "XAConnectionFactory not bound" on startup

    Need 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...
    Profile Photo
    last modified by naveen123
  • jboss destination queue is in CLOSED state

    Dear All,           We are using the jboss application server version 4.2.3.        After starting the server, One of the destination queue 'testQue...
    Profile Photo
    created by deepan_jboss
  • UnknownHostException when connecting to remote topic on jboss 7.2.0.Final

    I'm trying to connect to topic on jboss 7.2.0.Final which is running on remote computer (connection works localy).   Client code: //JNDI props Properties params = new Properties(); params.setProperty(  ...
    Profile Photo
    last modified by mybrandnewusername
  • JMS and cross server communication

    This post has been deleted by the user. No longer applicable.
    Profile Photo
    last modified by steinrr
  • JBoss 6.1.0: How to connect MDB to remote Topic on HornetQ

    Hi,   I want to create an MDB in my local JBoss 6.1.0 that is listening on a Topic on a remote JBoss 6.1.0   What do I have to do?   Thanks, Simon
    Profile Photo
    created by simas_ch
  • Connecting to a remote queue from Jboss4.2 to 4.3EAP

    Hi 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 ...
    Profile Photo
    created by tonygeorge
  • Unable to connect to JMS Queue from JBoss 6.0

    Hi,   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...
    Profile Photo
    created by coolbuddy
  • Upgrading HornetQ in EAP 5.1.0

    Hi 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...
    Profile Photo
    last modified by nexus021
  • MQ configuration question - jms_messages filling up despite settings. Also MDB thread count question.

    Hello,   I have written a little test program to help me diagnose a problem I have seen in a live environment, but I am a bit confused by the myriad of configurable settings with JBoss MQ, and even more confused...
    Profile Photo
    created by petal1
  • Can get SpyMessage when reading from jms_messages, but how do I get the actual message content?

    Hello,   I am trying to write a simple Java program that reads from jms_messages using JDBC.I am using JBoss 4.0.4.GA.   I can get the as far as getting a SpyMessage, but how can I get the actual message c...
    Profile Photo
    created by petal1
  • wmq.jmsra.rar & ibm_mq-7.0.jar conflict on JBoss Start up.

    I have the following MDB deployed in JBoss5 and communication to WebSphere MQ 7.0   EJB 3 MDB as follows.   @MessageDriven(name = "webSphereMQListenerMDB",         activat...
    Profile Photo
    last modified by daffy
  • Is it possible to create a MDB without @ResourceAdapter(value = "wmq.jmsra.rar")

    Hi,      Is it possible to create a MDB (in JBoss 5) to talk to WebSphere MQ 7 without @ResourceAdapter(value = "wmq.jmsra.rar")? Is it is possible please provide me a reference.   Thanks.
    Profile Photo
    created by daffy
  • Read timed out

    We've got sporadically (about one time in a week) the following exception: 2007-04-24 16:47:36,676 DEBUG [org.springframework.context.support.ClassPathXmlApplicationContext] Publishing event in context [org.springfra...
    Profile Photo
    last modified by rabkinv
  • Strange exception when migrating to HornetQ

    My legacy application used JBossMQ successfully, however after migrating to JBoss6 (and HornetQ) i am getting the following exception:   10:37:44,361 ERROR [STDERR] javax.naming.NamingException: Could not derefe...
    Profile Photo
    created by mikevan