• Messaging via JBoss Console

    I'm a very newbie in JBoss, I just started it, and now I'm trying to trade messages with another server via JBoss console. Is that possible given the ip and port of this server? If yes, how?   Thank you.
    Profile Photo
    created by rog
  • what is a use of SupportsLoadBalancing and SupportsFailover for ClusterPullConnectionFactory inside Application server

    connection-factories-service.xml has folloing mbean to pull messages across nodes     <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"       name="jboss.mes...
    Profile Photo
    created by niteshmehta
  • Failed to download and/or install client side AOP stack / Co

    Hi, I just installed the latest JBoss messaging 1.2 as a replacement to JBossMQ. In our application, in the processing of an MDB, we are creating a acknowledgement message that we submit on a queue. When the message ...
    Profile Photo
    last modified by pdestrais
  • java.lang.NullPointerException with factory.createQueueConnection

    Hi,   Our system works fine but after a period of time (e.g. a few days) we are getting a java.lang.NullPointerException on calling factory.createQueueConnection.   Here is an extract of the code: Hashtab...
    Profile Photo
    last modified by nigel-robbins
  • JBoss Messaging 1.4.7.GA on JBoss 5.1.0.GA - cannot bind to "jaas" on startup

    Dear community,   Possibly related posts:   https://community.jboss.org/message/202913#202913 https://community.jboss.org/message/622565#622565   I'm migrating from JBoss 4.3.0.GA EAP to JBoss 5.1....
    Profile Photo
    last modified by ndipiazza
  • Running into a deadlock because of messageListener handling

    Please provide me solution to avoid following scenario -   The scenario for deadlock in JMS MessageListener while closing resources in onException() method of ExceptionListener: •    ...
    Profile Photo
    created by nomind
  • Jboss Messaging 1.4.3 GA; cluster node restart problem

        Hi, We are using Jboss 5.1.0 GA cluster which uses Jboss Messaging (1.4.3 GA default version shipped with Jboss 5.1.0 GA). We have a situation after few restarts of the cluster nodes only one node ...
    Profile Photo
    created by vineetbadoni
  • Programatic way of JMS Topic/Queue creation does not work on JBoss AS7.1.0.Final

    I am trying to create a topic/queue in a programatic way, but no luck. looks like a JBoss/Hornet Q issue, can any one help me?.       ObjectName objectName =new ObjectName("jboss.as:hornetq-server=defau...
    Profile Photo
    created by tosaravananm
  • [JBossAS5.1] JBoss Messaging works within a localhost, but not between systems

    Hi,   I've recently set up JBoss AS 5.1 and implemented a point-to-point messaging service,   where one client produces a message and the other consumes it, which works well   on a localhost, but no...
    Profile Photo
    last modified by ednaswap
  • Clustered JBoss 4 bridge to connect to HornetQ

    Hello everybody,   this is my case:   A clustered JBoss 4.2.3 with a bridge (inside a SAR) and a XAConnectionFactory (inside a separate SAR) connecting to a remote HornetQ server. Everything is fine... nea...
    Profile Photo
    created by hummelbeine
  • JBoss Messaging - how to clean delivered message in DB

    I use JBoss4.2.3 and the messages fills me table in the database jboss->message. I know that JBoss during the start cleans these internal ESB messages, but is there possible set cleaning periodicaly no only by rest...
    Profile Photo
    last modified by bewek
  • OOM in Jboss 5

    Hi,   I am using Jboss 5.1.0 JBM 1.4.6 java jdk1.6.0_20 I am using topic configuration for storing the messages, there will be huge number of messages. I am getting OOM, when i check the heap dump there were...
    Profile Photo
    last modified by samavedulark
  • Setting flow control in JBM

    Hi,   I am using Jboss 5, and i am using Jboss Messaging for post messages in Topic, i am facing an issue, where there are many messages posted at faster rate on topic, but client reading very slowly, i read ...
    Profile Photo
    last modified by samavedulark
  • JBossMessaging(1.4) HA Singleton

    Hello,   I want my messaging to work in active-passive mode. I want to have HA, but I don't want the queue to be distributed on many nodes. Why? During failover, when one node is down the other tries to get th...
    Profile Photo
    created by fregg
  • WARNING [sun.rmi.transport.tcp] (RMI TCP Accept-0) RMI TCP Accept-0: accept loop for

    Hi,   I am using Jboss 5.1.0 on a 64 bit Windows R2 machine. We have JCA implementation and JMS also. It gets messages on TCP endpoint and post it to topic. messages to the TCP port comes at a pace of 20/sec. S...
    Profile Photo
    created by samavedulark
  • Really long jboss server startup times

    Hello guys,   I am using jboss 4.2.2.GA with jboss messaging. The server startup is painfully slow. There is a 20 minute delay between the 2 statements highlighted below.   I am not sure what is going on ...
    Profile Photo
    last modified by prpo
  • JBoss Messaging & Persistence (Failed to route Reference[?]:

    Hi Guys, Having a problem here using JBM with persistence. To give you a quick recap on what i am doing here it is. I have a service that needs to use a persisted JMS queue, on each attempt a call to an outside part...
    Profile Photo
    last modified by stephen.campbell
  • JBoss Messaging Bridge NOT handling Network Failure!

    We need a JBoss JMS bridge to facilitate integration to a remote Websphere MQ connection. Essentially we have an application running on JBoss that need to send and receive messages to and from WMQ that is running on a...
    Profile Photo
    last modified by sakkie6yster
  • How to list or monitor messages in a Queue which is already under use

    I have a requirement to monitor a JBoss messaging queue, where users should be able to delete posted messages dynamically. The application has a MDPOJO registered and is up and running at server start up.   My ...
    Profile Photo
    last modified by aneeshsebastian
  • Java API to get JBoss message queue information

    I have a message queue(JMS) in JBoss 5.1 Environment. I would like to read  how many messages being processed or struck (dead queue) by the queue programatically(Java API). Appreciate if some can point me to any ...
    Profile Photo
    last modified by jmsdebug