• Hypersonic localDB.data file size limit

    Hi, I'm using jboss 3.2.5 with default jms configuration. I noticed that jboss-3.2.5\server\default\data\hypersonic\localDB.data file grows and never stop until I run out of disk space (2 giga). Is there any way in t...
    Profile Photo
    last modified by erahamim
  • JBoss doesnt release threads after executing MDB (out of Mem

    Hi, I am using JBoss AS jboss-4.0.2. I am getting OutOfMemoryError when I send the messages to an MDB. It happens after i send 30-40 messages. What I have observed on the web-console of Jboss is that #Threads increase...
    Profile Photo
    last modified by suhail
  • Hibernate post delete event listner

    The class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.pri...
    Profile Photo
    created by aejaz
  • JMS error with SQLServer

    Hi, I am getting this error using a SQLServer database. JBoss version - 4.0.1. Could not store message: 37 msg=36 hard NOT_STORED PERSISTENT queue=QUEUE.Event Queue priority=4 lateClone=false hashCode=21058500; - n...
    Profile Photo
    last modified by balaji_srini
  • Weird behavior with ping timeouts

    Hello all, I was wondering if anyone has seen the following behavior before, and if anyone knows a solution for it. We appear to have messages that aren't being delivered. The following is a snip of our logs: 2006...
    Profile Photo
    last modified by smithmb
  • Old JMS out of threads error back again in 4.02??

    Got the following error in JBoss 4.02: 21:33:41,076 WARN [UILServerILService] Unexpected error in setup of client connection java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(...
    Profile Photo
    last modified by massmadx
  • JBoss / HSQLDB 1.8.0 Integration

    Some of the issues previously reported with HSQLDB (v 1.71) were resolved in 1.7.2/1.7.3 releases. For 1.8.0 we have looked at all the persistence issues and introduced measures to prevent them. For best performance ...
    Profile Photo
    last modified by freddt
  • MDB suddenly stops reading from a queue

    Hello, We have an application in production that uses a singletion mdb that reads in a queue. It worked perfectly for months but today we suddenly noticed that the mdb wasn't reading the queue anymore. We restarted ou...
    Profile Photo
    created by luuzz
  • Client Not Processing Messages When Server Shutdown

    When JBoss 5.1.0 server is shutdown and restarted, new messages in a server queue (org.jboss.mq.server.jmx.Queue) are not processed by the QueueReceiver on the client. Here is a snippet of the client side code that w...
    Profile Photo
    last modified by rpezz
  • JBossMQ and clustering in JBoss 4.2.3

    I am trying to upgrade from hypersonic db to SQL Server db and my JMS Queues are not finding their destinations. The Queues are behaving very inconsistently. I am following the documents - using alternate db. Is ther...
    Profile Photo
    created by vadi2007
  • JMX console, no stopDelivery option

    I'd like to invoke stopDelivery on a message bean, but the JMX console doesn't list it. I can see my MDB under jboss.j2ee, but only as this line: ear=myear.ear,jar=myjar.jar,name=MyMDB,service=EJB3 From what I've be...
    Profile Photo
    last modified by whafrog
  • Stopping / starting queues... can't find invoker

    Running on JBoss 4.2.3 with some EJB2 and some EJB3 MDBs spread amongst various jar/sar files. I had found that I could use the invoker which pertained to an MDB queue to stop/start message deliver and tested it usin...
    Profile Photo
    last modified by rfidler1978
  • Queues get deleted when stopping the JBOSS server

    When I stop the jboss server instance using the ./stop command , the corresponding queues on the MQ server get deleted , can anyone please explain. I have deployed the application on JBOSS server and the queues which...
    Profile Photo
    last modified by ganeshikhar
  • UIL2.SocketManager Threads accumulate until crash

    JBoss 4.2.2 GA Hallo, I have to fix an application which heavily relies on JMS. It crashes after it has received a number of messages, because of a java.lang.OutOfMemoryError: unable to create new native thread A thr...
    Profile Photo
    last modified by marcusdidiusfalco
  • Search not working on User forum

    I am trying to search JBossMQ user forum since yesterday and I get following exception - Cannot invoke the operation : the module threw an exception This may not be the right place to notify JBoss forum admin but...
    Profile Photo
    created by meghanai_99
  • Problem after switching to SQLServer from Hypersonic

    Hi We are having a problem with JBossMQ. We have recently switched from using the Hypersonic db to SQLSever 2000. Things run smoothly for a while but then we get the following error every time we try and receive/brow...
    Profile Photo
    last modified by smada1980
  • post message to IBM MQ Queue ( Urgent )

    Hi JBoss gurus, I am new to Jboss. We are migrating our applications from BEA Weblogic to JBoss. I need to post some message to IBM MQ. I am posting this message from Webservice. I could implement it successfully ...
    Profile Photo
    created by ramnreddy
  • How to send to remote JMS provider using JBossMQ

    Using JB 4.2.3, I would like to code a sample client that uses JBossMQ to send a message to a remote JMS provider listening on a socket. I have configured a local queue reference in jbossmq-destinations-service.xml a...
    Profile Photo
    last modified by weinfie
  • DLQ not recieving messages upon Exception

    Hi All, I posted the following issue on Jboss Messaging earlier. Am I in right place this time??? :) For now I am running single jBoss 4.2.3GA (which is going to be part of a jBoss cluster). I want to test the JMS F...
    Profile Photo
    last modified by sjunejo
  • Setting persistence manager or security manager on queues dy

    Hi I have used DestinationManager mbean to create a queue dynamically. Can I set a security manager on it via some other MBean method (addChild?) Can I set a persistence manager on it? If either of these are yes, ...
    Profile Photo
    created by bendg25