Log in to follow, share, and participate in this community.
Thread Problem after switching to SQLServer from Hypersonic
Problem after switching to SQLServer from HypersonicHi 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...
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 ...
Thread How to send to remote JMS provider using JBossMQ
How to send to remote JMS provider using JBossMQUsing 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...
DLQ not recieving messages upon ExceptionHi 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...
Thread Setting persistence manager or security manager on queues dy
Setting persistence manager or security manager on queues dyHi 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, ...
Non-transactional MDB beanHow to make message driven bean that does not use transactions for receiving messages (in JBoss 4.2.2)? Is it enough to set acknowledgeMode to Auto-acknowledge? : @MessageDriven(activationConfig = {
@ActivationCon...
Thread JmsXA not installing esception listener on QueueConnection
JmsXA not installing esception listener on QueueConnectionHello, I have the following problem: In a cluster of two nodes (both jboss 4.0.3 sp1), I use MDBs and SLSBs sending messages to the MDBs. For this, the SLSBs use the following code to access a queue connection:
Ini...
In Jboss Logs -I have an application X that reads the messages from Topics in applications A and B. When A is shutdown, I keep getting messages in the log of X - "Trying to connect to JMS". This is expected. However, when B is shu...
UILClientILService StoppingI use jboss-4.0.5.GA as my JMS server. i am getting below MDB (EJB3) error when onMessage() triggered. Can anyone help me to trace the issue? [org.jboss.mq.il.uil2.UILClientILService] Stopping 2009-06-11 10:51:22,360...
Thread JBoss-MQ – Problem in consuming message by MDB
JBoss-MQ – Problem in consuming message by MDBHello friends, I have configured and deployed MDB to consume messages from the remote queues; the remote queue is in Cluster Environment of JBoss ESB. JBoss ESB: -Server 1. It is deployed on cluster environment 2. J...
JBossConnectionFactoryHallo I try to request a ESB Service via JMS from a JBossWS. The Queue is created. The Line which caused the error is ConnectionFactory qcf = (ConnectionFactory) ctx.lookup( "ConnectionFactory" ); After looking in J...
Problem with generic clientIDsHello, since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems with an JMS Client System. The JMS Client "sometimes" loose the connection to the durable Topic. The Client want's to re-register ...
Thread org.jboss.mq.SpyJMSException: Cannot authenticate user
org.jboss.mq.SpyJMSException: Cannot authenticate userHi I am trying to connect to JBoss MQ which is running on a remote unix box. I am simulating a client from a windows machine. I am unable to connect because of a authentication issue. I am not exactly sure what is i...
Thread I am having java.sql.SQLException: Io exception: End of TNS
I am having java.sql.SQLException: Io exception: End of TNSHi All, I am running on jboss3.2.2RC3 on windows XP and Linux 9.0. I am getting an error while publishing to topic (Not always). I am publishing object message. Can anyone tell me where I am going wrong? Thanks and ...
Socket closed exception in JBossMQHi, I am using jboss 4.2.0 and i have couple of MDBs in my application which is bound to queues Every now and then i am seeing following exception in my server.log I am running Jboss in cluster mode and we have 2 no...
Begin Not Followed by EndIn the filtered out log file below, the "Begin" ReadTask.run and WriteTask.run doesn't seem to be followed by "End" until JBoss crashes. There's a long list of "End" at the end when JBoss shutdowns. The first "Begin"...
java.net.ConnectException: Connection refusedHi, I am connecting to an external jboss server using its host and port, its running properly when run as standalone program. But when the same code is packaged as an ear and deployed on the Jboss it is giving the ja...
Using MySQL with JMSHi I am using Jboss 4.2.3, I replaces the hsqldb-jdbc-state-service.xml with mysql-jdbc-state-service.xml and hsqldb-jdbc2-service.xml with mysql-jdbc2-service.xml. I changed the data source to point to the datasource...
Deadlock race-condition committing JBossMQ txnHello. We are getting an intermittent exception when our system processes a large number of JBossMQ messages in parallel. Whenever we get this exception, one of our Message Driven Beans becomes deadlocked, and never ...