Log in to follow, share, and participate in this community.
Thread PostDeleteEventListener call
PostDeleteEventListener callThe class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.p...
How to reduce JMS session Worker numbers?I am using a Message Driven Bean to access Database. The access should be uniqe. I just want only one worker for this JMS pool. When two messages arrived the log as following: [05/02/10 08:21:53] <I> [JMS Se...
Question about order of meesage sends?Hello, we are using JBoss 4.2.2 and have a question about the message order. The JMS spec tells that the message order sending by a producer is garanteed if all messages send inside one session. (priority, pe...
Initial MDB pool sizeHi, I'm am tying to deploy an MDB connecting to an external JMS Provider (FioranoMQ). The deploy is OK and the MDB correctly receives and processes messages. My problem is to control the initil size of the MDB pool, ...
How to assign a customprincipal in MDBHello Community! I've got a problem with principal (JAAS) in my MDB. A Java-Client calls a remote secured SLSB (CLIENT_PRINCIPAL) on JBoss after successful login (JAAS). This SLSB sends a message to my...
Thread Creating a durable subscription to a remote Topic via EJB3 MDBs
Creating a durable subscription to a remote Topic via EJB3 MDBs(NOTE: JBoss 4.2.3) Hi all, I'm trying to get the following configuration working and running into an issue: Server 1: Hosts a Durable Topic, and contains a component (a web app) which publishe...
Selective delivery of messagesHi, Is it possible to selectively deliver messages to MDB listeners in a certain order? Specifically, our performance needs require us to process temporal data in parallel (via MDBs) but - simultaneously processing d...
Thread MDB only processing a few messages at a time.
MDB only processing a few messages at a time.I have an mdb configured with maxSessions = 20 and as I monitor the activity for the queue it is subscribed to often it will look to be processing 20 messages at a time but fairly often it will dip down to only a few ...
JMS over HTTP problemHi, I'm currently using JBoss 3.2.2, and connecting with JMS using the HTTPConnectionFactory over HTTPS. In my server app, I send a JMS Message (a ping) to the client every 10 seconds to know if it's alive. When usin...
READ THIS FIRSTThis forum is for user problems related to JMS (Java Message Service) and MDB (Message Driven Beans) It is also the support forum for JBossMQ Tips on asking questions the correct way to get an answer http://jb...
Thread Can not store message to JMS_NODE_MSGS table
Can not store message to JMS_NODE_MSGS tableHi there, I am using an application dcm4che.org DCM4CHEE hosted on Jboss 4.3 Within the server logs the app writes a database constraint violation. 2010-03-11 10:53:20,468 ERROR -> (Thread-11)...
Thread connect from JBoss MQ client to Jboss Messaging queue
connect from JBoss MQ client to Jboss Messaging queueHi all, I have encountered the following exception when i try to delegate a jms msg to a Jboss Messaging queue. 18:03:11,053 ERROR [ALERT] [JmsRetryListenerMDBean.invoke] Error occured while s ending th...
Thread steps to connect to ActiveMQ Topic/Queue from Remote MDB
steps to connect to ActiveMQ Topic/Queue from Remote MDBI have activeMQ running on one Jboss server(AS4.2.3) following the steps provided here.http://http://activemq.apache.org/integrating-apache-activemq-with-jboss.html. The things work fine locally. From another ...
Is there a max. Message Queue size?Hello, I hope I have chosen the right forum ... I have a MDB that receives data to process from an external application. Currently this works very well. In rare conditions there can be really a flood of messages, so...
Configuring MQSecurityExit with MQAUSXhi, I am trying to configure MQSecurityExit with MQAUSX using mqausxj.jar. the securityexit class is defined in mq config xml and the jar is loaded by jboss class loader. but when i try to create connection it ...