Log in to follow, share, and participate in this community.
Thread issue in JMS configuration
issue in JMS configurationHi, I am working on a tool which can be configured with JBOSS jms server for messaging.The input details it takes from the tool side is this: 1.QName 2.Provider URL 3.QCF Lookup Can you...
Reprocess DLQThere have been some topics on removing messages from DLQ - which doesn't seem like something easy to accomplish with JMS. The requirement that I have is that we need to enable users to reprocess a DLQ. My cu...
Thread Camel/Spring integration between JBoss MQ-s
Camel/Spring integration between JBoss MQ-sHello Everybody! I have worked for a while on a Camel route, between some JBoss MQ-s and other (file, Karaf log) endpoints. I use Apache ServiceMix 4.4.2 (with Camel 2.8.5 and Spring 3.0.6.RELEASE inside), and JBoss...
JBOSS EAP6.0.1 with IBM MQ problemHello, We are trying to integrate JBOSS EAP6.0.1 with IBM MQ. We have an application working on Websphere 7 with IBM MQ for JMS. We are in process of migration to JBOSS EAP6.0.1. With reg...
Thread JMS Client failed to create session Factory.
JMS Client failed to create session Factory.Hi, I am new to JMS, JBoss and this community too. I was trying to create a sample chat application, in which I made my machine as server (Jboss as 7.1 is installed and configured) , have one JMS clie...
Thread MDB on WebSphere application sever is not picking up message
MDB on WebSphere application sever is not picking up messageMy application is running on webspshere application server. I have JBoss Messaging (in jboss eap 4.3) as JMS provider and MDB listener ports configured on the server. It has been working fine with jboss eap 4.3. Howev...
JBoss JMS database connectivityI am new to JBoss JMS. can anyone please tell me how to persist received JMS messages into oracle database? is there any tutorial available.
Thread Possible bug with JBoss Messaging on bisocket transport
Possible bug with JBoss Messaging on bisocket transportHi, I am using JBoss Messaging 1.4.7.GA with the bisocket transport from JBoss Remoting 2.5.3.SP1 connecting to remote clients. Ever since I started using this combination I have seen some stability is...
Thread JMS Client gets disconnected after 2 or 3 days run
JMS Client gets disconnected after 2 or 3 days runHi , I have a client which is connected to Jboss JMS which sends messages at regular intervals (for eg : 2 min, 30 min, 1 hour etc.... ) , it also has a PING service which makes a self ping . Now after a 2 to ...
Thread Tibco EMS Durable MDB: "dublicate client id" problem
Tibco EMS Durable MDB: "dublicate client id" problemHello, We have JBoss AS 5.1 clustered configuration (2 nodes behind Apache) we are using MDB for listening Topic with *durable* subscription that is deployed in separate Tibco EMS server. Most configur...
Thread Problem: JBoss Messaging XA Recovery Configuration
Problem: JBoss Messaging XA Recovery ConfigurationWhen reading the JBoss messaging documentation 1.4.5 on chapter 8 (JBoss Messaging XA Recovery Configuration) is says that the configuration file /conf/jbossjta-properties.xml must be modified to support recovery of X...
Error configuring attribute ServerPeerIDHi All, I am getting below error in one of our JBOSS server (version 5.1.*) 08:40:52,636 ERROR [AbstractKernelController] Error installing to Configured: name=jboss.messaging:service=ServerPeer state=I...
Thread Bridge Status inconsistent when JDBC Connections are recreat
Bridge Status inconsistent when JDBC Connections are recreatWe are using JBoss Messaging 1.4.0.GA on JBoss 4.0.5 with all the prerequisites needed by JBoss Messaging. Everything works fine, except some issues on the messaging bridge, when the underlying database connections be...
How get payload from a message ?Hi! i'm using jboss esb and in my message body there's an object, like Person. When something get wrong the message will go to queue/DLQ on jboss. I would like get that object Person again from queue/...
Event when message is put on DLQIs there a way in JBoss 5.1 to get an event through some listener or interceptor when a message is put in the DLQ? I searched quite a bit but couldn't find anything related. We basically just want to record some sta...