Log in to follow, share, and participate in this community.
Thread consume queue is slow
consume queue is slowWhat could I do to check or fix slow consume in my queues ? I'm using jboss 5.01 + jbossesb 4.9 Follow my code. private InitialContext getInitialContext() throws NamingException { ...
JBM_MSG column timestamp means ?Hi ~ 1)I encountered a quite strange problem, in the jbm_msg table and jbm_msg_ref table we have about 8k rows and 12k rows respectively at 14 Sept, and the column "timestamp" in table jbm_msg table is ...
Thread Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 5.1
Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 5.1I am trying to upgrade JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 4.1
After changing jars and configuration files I see following exception
java.lang.RuntimeException: No Attribute found with name: SecurityStore ...
Messaging via JBoss ConsoleI'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.
Thread Failed to download and/or install client side AOP stack / Co
Failed to download and/or install client side AOP stack / CoHi, 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 ...
Thread java.lang.NullPointerException with factory.createQueueConnection
java.lang.NullPointerException with factory.createQueueConnectionHi, 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...
Thread Running into a deadlock because of messageListener handling
Running into a deadlock because of messageListener handlingPlease provide me solution to avoid following scenario - The scenario for deadlock in JMS MessageListener while closing resources in onException() method of ExceptionListener: • ...
Thread Jboss Messaging 1.4.3 GA; cluster node restart problem
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 ...
JBossMessagingJBoss Messaging User Wiki Page (The JBoss Messaging development WIKI page is here: JBoss Messaging Development) JBoss Messaging is an open source messaging system from JBoss / Red Hat. It curren...
Thread Clustered JBoss 4 bridge to connect to HornetQ
Clustered JBoss 4 bridge to connect to HornetQHello 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...
Thread JBoss Messaging - how to clean delivered message in DB
JBoss Messaging - how to clean delivered message in DBI 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...
OOM in Jboss 5Hi, 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...
Setting flow control in JBMHi, 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 ...
JBossMessaging(1.4) HA SingletonHello, 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...
Really long jboss server startup timesHello 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 ...