Log in to follow, share, and participate in this community.
Thread Cannot insert duplicate key in object 'dbo.JBM_ID_CACHE'.
Cannot insert duplicate key in object 'dbo.JBM_ID_CACHE'.We are using JBoss 5.1.0.GA and are receiving the following error frequently in production. We have 2 JBoss instances connecting to the same SQL Server database. The only way we have been able to ...
Thread MDB stops consuming messages after a day or two
MDB stops consuming messages after a day or twoHello, Am using jboss-4.0.5.GA and I have an MDB configured for a queue with message selector. Everything goes fine, messages are consumed and processed, until a day or two then the MDB stops consuming message...
Thread Upgrade JBoss AS 5.1.0 to JBoss Messaging 1.4.5.GA?
Upgrade JBoss AS 5.1.0 to JBoss Messaging 1.4.5.GA?Hi guys, Are there special considerations involved in upgrading JBoss 5.1.0 to use the new JBoss Messaging 1.4.5.GA? I'm keen to be updated on the latest bugfixes. I tried just copying the jboss-messaging.jar into J...
Thread Failed to Route Reference[message#]:RELIABLE to queue
Failed to Route Reference[message#]:RELIABLE to queueWe have a queue that is deployed successfully and is visible in the JmxConsole on a remote JBoss 5.0.1 server instance. We can also see that there are messages in the queue as well. We are seeing the followin...
Thread List of application impacting errors in jboss logs?
List of application impacting errors in jboss logs?Hii everyone, this is my first post and need help. I need to monitor the jboss logs to identify the errors that impact the application usage. I am creating a bash script and will implement it through Nagios. &...
Thread Local queue using spring-jms and jboss AS 7.1.1.Final
Local queue using spring-jms and jboss AS 7.1.1.FinalI am using spring jms. I want a local queue in jboss AS7.1.1 server. It is showing me the below exception. No bean named connectionFactory. No bean named destination. My applicationContext.xml looks like below <!-...
Thread Why is not message in a queue redistributed to another node in cluster?
Why is not message in a queue redistributed to another node in cluster?I have two nodes in a cluster running JBoss 5.1 AS and providing a clustered JMS queue. There is a consumer running on another machine connecting to the clustered queue and processing messages from it. The message pro...
About Jboss 4.2.2 GA vulnerabilityHi, everyone My Jboss 4.2.2 GA server was detected a vulnerability named slow http Denial of Service attack. Could anybody give me some suggestions on fixing that problem? Thank a lot
Thread Jboss messaging 5.2 client libraries with 5.1 server
Jboss messaging 5.2 client libraries with 5.1 serverI have an application that uses 5.1 client libraries to send messages to a Jboss 5.1 EAP. Would it work if I upgrade the client libraries alone to 5.2 and send messages to the Jboss 5.1? I tried using 5.2 cli...
JMS JDBC PersistanceHi, We are moving default JMS persistance from hypersoninc to jdbc persiatance. We make necessary changes (\deploy\messaging\mssql-persistence-service.xml) and attaching the mssql-persistence-s...
Thread MessageDriven does not login the Remote JMS Server
MessageDriven does not login the Remote JMS ServerI have 2 JBOSS 4.2.2 GA servers. S1 for hosting a JMS topic, the username and password for connecting is required. S2: contain my MDB for consuming that topic. I have this publisher:
Properties pro =...
Rar adapter JMSHello all, how is it possible to use a rar adapter in order to produce JMS messages over an EJB3? An MDB can already consume messagess and the configuration has been done inside the standalone-full.xml. If I'll try ...
Thread How to decrease hornetq- createConnection Lookup time
How to decrease hornetq- createConnection Lookup timeI have JMS application deployed on jboss 7.1.1 Final, whenever client application call the connection factory look up from remote machine it will take about 7-8 sec for look up this happens for only for first request ...
Thread Error in Tomcat application connect JBOSS messaging
Error in Tomcat application connect JBOSS messagingI have spring project running under Tomcat, it try to connect JBOSS messaging, I got an exception like [java.lang.InstantiationException: org.jboss.jms.server.bridge.JNDIConnectionFactoryFactory ] Appreciate for any ...