Log in to follow, share, and participate in this community.
Thread JMS provider failure detected for ***MDB
JMS provider failure detected for ***MDBRunning JBoss 4.0.5 GA with JBoss MQ on Sun JVM 1.4, HP-UNIX, in a clustered configuration After a variable period of activity (from 2 hours to a week), I get exception from the MDB Container: Then the container rec...
maxSessions for MDBs with Quartz adapter?Hi guys, I have an MDB which implements the quartz Job interface (uses the quartz-ra adapter) and I would like to specify the number of consumers for the MDBs. I really need to set this up to a small level thi...
Tibco EMS + jboss 6Hello, I'm trying to use JBoss 6 with Tibco EMS. I followed http://community.jboss.org/wiki/JBossEAP5IntegrationwithTibcoEMS <?xml version="1.0" encoding="UTF-8"?> <connection-factori...
Connection Close ProblemHi I have migrated my code from weblogic to jboss. We have been using ejb 2.0 and ibm mq in our application. On Jboss 5.1 we are getting following error: javax.jms.IllegalStateException: MQJCA1019:Con...
Message Redelivery not working. .I am using JBoss 5.1.0 GA. . I have a simple non transacted queue using the client Ack mode. For the queue configuration i am using all out of the box settings. When i read a message from the queue i process ...
how to avoid insertion of messages?hello everybody... last week we hit a problem with JBoss Java Messaging Service (JBoss 4.2.2 with JBossMQ)... our server was shut down and we just tried to start it. in the log files we noticed a warn...
Thread IBM Websphere v6 and JBoss 4x MQ Connectivity - Please Guide
IBM Websphere v6 and JBoss 4x MQ Connectivity - Please GuideOn Server Side, i have IBM Websphere v6... On Client Side, i have JBoss 4.0.3SP1.... I want to use MQ technology. I Need Client Side Settings. 1) I read that it requires "wmq.jmsra.rar" <---...
JbossMQ Message stuckHi..i am new to Jboss MQ. I have a requirement in which i start some bunch of JMS Receivers to a JMS Queue. I keep this receivers alive instead of closing it after finishing my read. This is because i want my receive...
JMS Managed Connection pool sizingHi, I'm a fairly new JBoss administrator of an application that uses JMS messaging pretty heavily. One of the places where it is used is on a client workspace that receives real-time calculation updates. We ar...
JBoss 6 Final, how to get rid of messagesHello, sorry if thi is the wrong forum but I haven't found one for HornetMQ. I cannot find out how to delete undeliverable messages in HornetMQ. With JBoss 4.x I knew how to delete messages fro...
JMS Persistence Manager ExceptionHi, I am getting this exception when sending a message to the queue. This happens occasionally. looks like two messages of the queue are creating the same message id and trying to persist in the JMS_MESSAGES table whi...
Thread Subscription to same topic on multiple JMS providers
Subscription to same topic on multiple JMS providersHi, is it possible to subscribe to the same topic on multiple JMS providers? Say, we have two JMS providers, one at location A, the other at location B. At location A as well as at location B we want to subscr...
JBoss MQ Topic and MDBeansHey guys, Firstly, I have searched the forum and have found MDBean questions posted all over the place (EJB / MQ / EJB3 etc) , so if I have posted to the wrong sub forum, please let me know where this question...
Thread Ok to use single DB as JMS store for multiple Jboss instances?
Ok to use single DB as JMS store for multiple Jboss instances?HI, We have two applications deployed to two different JBoss clusters residing on two nodes (each node has one instance of each JBoss server). The JBoss versions are 4.0.3SP1 and 4.2.3GA, each running one of t...
connect to ActiveMQ in JBoss AS 5.1.0Hi, I need to connect to my partner (they create a queue by ActiveMQ). So, could I create a bridge to that queue? I tried import activemq connector to my Jboss but I cannot attract /lib/optional/activemq-rar-...
JBoss with an external Message QueueHi, i have Server A with my JBoss and a Message Driven Bean. Is it possible to Configure my JBoss so it uses a Message Queue (ActiveMQ) from a different Server (Server B) and not the internal Hornet se...