Log in to follow, share, and participate in this community.
Thread how to receive the message sent by all applications at same time
how to receive the message sent by all applications at same timeI have an application that send a message to a esb queue, and some applications that listen this queue. The problem is when I send a message because only one listener receive this message for each message send...
JBossEAP5IntegrationwithTibcoEMSThis article highlights some of the basic steps required to integrate JBoss EAP 5 with TibcoEMS. This article should also work with JBoss EAP 4.x, however, I have not tested tested this at this time.
Introd...
Thread clustering problem with JBoss Messaging in JBoss 5.1
clustering problem with JBoss Messaging in JBoss 5.1We have a cluster environment with two nodes (Node1 and Node2) of JBoss 5.1. We have two queues deployed. When we bring up the Node1 and view consumer count of queue in admin-console it shows consumer count as 1 for ...
jBoss 5.0.1 - topic connection doesn't starthi all, i'm new here and i need a little help. i have configured on my jBoss 5.0.1 (running under eclipse helios, ubuntu 12.04 64-bit as OS) a new connection factory and a topic queue for my messages. config...
Running a JMS application using eclipseHi All, Can anyone give a step by step procedure for executing a jms application to post messages to a queue, using eclipse? I have a client program, an MDB program and queue configured in destinations-servic...
Thread Need help compiling JBoss Messaging 1.4.8.GA for AS5
Need help compiling JBoss Messaging 1.4.8.GA for AS5Hi all I have trouble compiling JBoss 1.4.8.GA for AS5. I have set the build.properties to integration.base=AS5. I then do ant clean # lots of download Then johan@localhost ~/tm...
Thread suggestion for ClientSessionFactory.setBackupConnector
suggestion for ClientSessionFactory.setBackupConnectorIn watching my JMS code work in standalone mode I could see where the extra work of the TransportConfiguration.equals() method can be avoided if the following if() statement if (live.equals(connectorConfig) &a...
monitoring a message driven beanHello, We used a message driven bean to communicate with a message queue. Is it possible du monitor this message driven bean under nagios. Which way ? Thanks, Ludovic.
Unable to validate user HornetQHi guys, I am using jboss AS 6 Final on ubuntu with hornetQ I have created a new Queue on the server named Message Buffer Queue using the admin panel. I get the following error: Unable to validate user: gue...
MESSAGE DRIVEN BEAN STOPS WORKINGwhen the server starts up I can see it checking for messages, but for some times it doesn't try to grab messages any more. I haven't monitored it that closely to know the exact timing, but I know it's not even trying ...
Thread Can I externalize user,password and destination?
Can I externalize user,password and destination?Hi, I'm using 1.4.3.GA Messaging to listen to a Tibco JMS queue. It works fine but I need to externalize user, password and destination from my application. I use declarative style like this @MessageDriven(acti...
pluggable message typesI'm looking for a way to plugin new HornetQ and JMS-based message types. i.e. an HttpMessage, a JAXRSMessage so that I can have more seemless integration with JAX-RS and the RESTful interface I'm doing. ...
problem with seam and mdb on jboss5.1I have a problem when using a mdb as a seam component. In the bean I inject some other seam somponents. The problem is that when the server restart after a crash and the mdb is deployed it starts reading the messages...
Compression option for JBM Persistence?We were doing some load testing of JBM and noticed (in our case at least) we were able to increase message throughout by 25% when we patched JDBCPersistenceManager to gzip the data before persisting it to JBM_MSG. ...