jboss-messaging

Does JBoss Messaging support non-Java clients?

For enterprise integration projects, a non-Java access to message brokers like JJBoss Messaging can be very helpful. For the Apache ActiveMQ and the GlassFish Open Message Queue products there are many different client implementations available, using native or standard protocols like Stomp. JBoss Messaging has a task "Implement STOMP p...

JBoss Messaging per EAR configuration

I'm using JBoss Messaging 1.4.3.GA (inside JBoss AS 5.1.0.GA). I'm packaging the definitions of my queues inside my EAR using an mbean. This means applications can define and use queues without having to change our company's stock JBoss installation. Is it possible to configure message persistence on a per application basis (inside the ...

diffrence between jboss.jms and jboss.mq ?

Whats is diffrence between classes org.jboss.jms.server.destination.QueueService and org.jboss.mq.server.jmx.Queue? ...

JBoss 5 cluster as JMS server durable problem

Hi! I have an pair of JBoss 5.1 servers clustered together to act as an fault-tolerant JMS server. I configured them to use MySQL datastore (with clustering setting enabled in mysql-persistence-service.xml), I created an topic mbean in destinations-service.xml by defining: <mbean code="org.jboss.jms.server.destination.TopicService"...

Jboss Messaging JMS

I successfully managed to send the message to queue name ReceiverQueue on my localhost Jboss server, how can I retrieve message I sent to it or how do I check if there is any messages in the queue if any retrieve them. or can I get an explanation of some sort what is the best way to do this. Thank you A working send/receive tutorial wou...

Messages on peristent topic goes to DLQ when JBoss restart

My setup is JBoss messaging 1.4.2 on JBoss 4.2.3. I have a topic with two durable subscribers Persistence is used with a MSSQL database The problem: When I restart JBoss, messages that has not yet been delivered to a subscriber will be put on DLQ. This is not the behavior I expect and I dont know how to configure to make the messages re...

how to get the SERVERPEERID from messaging-service.xml file .need parsing the xml file?

I am very new to clustering. How can I get the value of ServerPeerID from messaging-service.xml using any clustering API? do i need to parse this xml file for getting the value of ServerPeer Id? or API's are available? can anybody help me. ...

JbossESB jmsProvider cannot convert IBMMQ JMS Message JMSTextMessage

I am trying to integrate IBMMQ v6.0.2 with jbossESB. we have local Queue available on IBMMQ on one of our QA QUEUEMANAGER. I am able to listen to the QUEUE using JMSprovider of jboss ESB. As soon as a message (of type jms_text ) is dropped , esb listen to it and pick it up and before it hit the next action it throws following error mes...

JBoss AS 5 "Failed to add Resource"

Hello - We are stumped and looking for advice.. Were running: jdk1.6.0_20 , jboss-5.1.0.GA, messaging-2.0.0.BETA4 And trying to add a Topic or Queue but we are getting this error: Failed to add Resource: java.lang.IllegalStateException:Failed to find template for: TopicTemplate any advice? ...

JBoss timing database network latency

Hi Are there any performance issues or other concerns to be had with putting the following tables on a separate machine from JBoss 5.1.0 itself? hilosequences jbm_counter jbm_dual jbm_id_cache jbm_msg jbm_msg_ref jbm_postoffice jbm_role jbm_tx jbm_user timers I don't think that any of the services associated with these tables (the U...

Message recovery in JBoss Messaging

Hi, everyone, We're having a lot of problems with our setup featuring Java 6, JBoss Application Server 5.1.0.GA and JBoss Messaging 1.4.6.GA. Lately there have been a string of server crashes(caused by me and my colleages :-) ) and that has left us with some messages in an inconsistent state(not properly delivered). Normally the JBoss M...

JBoss 5.1 message replication

I have a multi client application with some unique network requirements. We have several server instances running, and each server has several clients. Server A Client 1 Client 2 Server B Client 3 Client 4 I want to put a JBoss 5.1 server on server A and server B with JBoss Messaging configured. Both servers will have the s...