• Non-transactional MDB bean

    How 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...
    Profile Photo
    created by hjhjr4
  • JmsXA not installing esception listener on QueueConnection

    Hello, 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...
    Profile Photo
    created by stone_42
  • 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...
    Profile Photo
    last modified by papiyamisra
  • UILClientILService Stopping

    I 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...
    Profile Photo
    created by mohan.nara
  • JBoss-MQ – Problem in consuming message by MDB

    Hello 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...
    Profile Photo
    created by hardew
  • JBossConnectionFactory

    Hallo 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...
    Profile Photo
    last modified by tar_szator
  • Problem with generic clientIDs

    Hello, 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 ...
    Profile Photo
    last modified by oliver.stauss
  • org.jboss.mq.SpyJMSException: Cannot authenticate user

    Hi 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...
    Profile Photo
    last modified by ashish.abrol
  • I am having java.sql.SQLException: Io exception: End of TNS

    Hi 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 ...
    Profile Photo
    last modified by cheenu78
  • Socket closed exception in JBossMQ

    Hi, 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...
    Profile Photo
    last modified by vons1234
  • Grouping queues

    Can we group the queues under a group (like QueueManager in Websphere MQ )?
    Profile Photo
    created by jboss_dxb
  • Begin Not Followed by End

    In 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"...
    Profile Photo
    last modified by nxsimon
  • java.net.ConnectException: Connection refused

    Hi, 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...
    Profile Photo
    last modified by amar1818
  • Using MySQL with JMS

    Hi 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...
    Profile Photo
    created by muddassar.shaikh
  • Deadlock race-condition committing JBossMQ txn

    Hello. 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 ...
    Profile Photo
    last modified by scotto
  • JBoss and MSMQ

    I have a JMS program which is contain just a Queue. I'm using JBoss MQ as MOM. On the other hand, I have a .Net program which must communicate with first program. The question is here, can I use MSMQ (Microsoft Messag...
    Profile Photo
    created by mehdiabn
  • Messaging access from C++ and JavaScript, best solution?

    Hi, We are about to start a JBoss project and will need to access the message bus from our C++ clients and from javascript/AJAX in future web applications. From what I understand, there are no such bindings for JBoss...
    Profile Photo
    last modified by marcusn
  • Questionable behaviour of XAResource.recover

    The jboss.mq implementation of XAResource.recover behaves in a non-standard, and IMO invalid, way, in that it ignores the value of the flag argument. The XA specification explains why the flag argument is there but i...
    Profile Photo
    last modified by matterbury
  • JBossMQ supported database

    JBoss4.0.5 predates MS-SQL2005 and I only find mention of SQL2000 in the documentation. Does JBoss support/recommend/advise for or against the use of MS-SQL2005 with JBoss4.0.5 -- specifically with JBossMQ? Any diff...
    Profile Photo
    last modified by newbrough
  • How to clean up uncommit JMS transactions on jboss 4.2.3

    Hi, I was using jboss HAJMS with a customized PERSISTENT TOPIC, I accidently stop message consuming for a while,which cause my JMS die,when I try to restart jboss server,I found following errors while jboss was tryin...
    Profile Photo
    last modified by glenwood