Blocked JMS SessionPool Worker threadsHi all I'm having hard time to understand follosing issue, so mayby someone could clear things out. Recently I have been profiling JBoss AS with JProfiler and noticed that JMS SessionsPool Worker threads are blocked...
Transaction on JMS using OpenMQ providerHi, I'm struggling with the following problem: I'm running jboss 4.2.3GA and I use OpenMQ as JMS provider this is my jms configuration file: <?xml version="1.0" encoding="UTF-8"?>
<connect...
Interoperability between MQ systemsHi , How does Jboss(Jboss ESB) help in enabling the interoperability between MQ systems that is JMS-compliant and MQ systems that are not JMS-compliant ? Thanks, Bhargav
MQTT support in Jboss AS 7?Hi i does not find any anwer on my question. Does the JBoss AS 7 message broker support the MQTT Protocoll? http://mqtt.org/ thank you in advance best regards hsch
WAR file will not deployI am trying to deploy a SOAP\JMS service and I am getting errors indicating that my JNDI registered queues can not be found. The queues are registered as can be seen from the following, taken from the JBoss JMX ...
Multiple Message BrokersIs it possible for JBoss to use multiple message brokers? For instance, can JBoss use HornetQ as it is configured "out-of-the-box" and an external message broker, say ActiveMQ? Or must ActiveMQ be embedded...
SonicMq and SSLHi! We want to send messages via SSL using SonicMQ as JMS-Provider. Our Message-Driven-Bean is deployed correctly. But when the MDB tries to connect to JMS Provider following message appears: 2004-11-28 19:47:11,530 ...
Thread JBoss Bridge between JBoss Messaging and remote MQ Series
JBoss Bridge between JBoss Messaging and remote MQ SeriesHi, I'm starting this discussion because I'm trying to create a bridge between JBoss and MQ Series, without success, and at the same time trying to get some knowledge on how JBoss works. My application...
Thread Message Driven Beans (MDB) with JCA Connections
Message Driven Beans (MDB) with JCA ConnectionsIs there a way to define an MDB to listen to a queue that is defined within the -ds.xml file, the IBM MQ JCA datasource configuration? At the moment I'm defining the message listener as follows: ...
No ActiveMQ admin console in JBossWe are using JBoss 6 with ActiveMQ 5.4.2. We have integrated this version of ActiveMQ with JBoss and JBoss is starting the message broker fine. We will be using the message broker for pub\sub. We h...
Hornet Question When Using ActiveMQI am using ActiveMQ as my message broker in JBoss. I have configured JBoss to use ActiveMQ. I notice in the boot log that Hornet is starting as well as ActiveMQ. Can I stop JBoss from starting Ho...
Thread Error Creating Connection Factory For ActiveMQ In JBoss 6
Error Creating Connection Factory For ActiveMQ In JBoss 6I have just configured JBoss for use with ActiveMQ. I started the admin console and attempted to add a new JMS connection factory. I entered the information on the form and when I clicked the Save butt...
Thread How to find the DB queries executed by JBoss
How to find the DB queries executed by JBossHi, I am looking for some kind of documentation to find out the Database queries executed by JBoss. or any documentation which can help me to understand JBoss Database Schema and the functionality. T...
JMS durable subscriber problemHi: This is driving me crazy. I don't seem to be alble to setup jboss 5 to use durable JMS. My setup is typical (followed Jboss in Action) and here are the highlighgts messaging-jboss-beans.xml ...
Thread HornetQ exception when configuring hrnetq/jms-ds.xml
HornetQ exception when configuring hrnetq/jms-ds.xmlHi I try to subscribe to a remote topic on jboss6.0.0.final from another jboss6 both are running on same machine with different port setting Server01 which has the topic to subscribe to server02 wher...
ExpiryQueue for MQQueue MDBHello, I have connected 3 MQQueues to 3 MDBs on JBoss. The config is working but I need a separate ExpiryQueue for each of the MQQueues. If processing a message failes the message must be copied to their expir...
Topic creationhey, i'm facing an issue on jboss server 4.2. Through a java application we create a topic session on which we place a subscription. Now each message that is put on that normally takes a short amount ...
Thread J2EE 1.4 App with MQueue on JBoss 5.1 fails to work
J2EE 1.4 App with MQueue on JBoss 5.1 fails to workHello, I am porting an old J2EE 1.4 App from Websphere to JBoss 5.1. It has several queues with MDBs on Jboss of which 3 have to connect to an ibm MQueue on a host. I have configured it according to this reso...