Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
2k views

Which embedded messaging system -> ActiveMQ or HornetQ

I would appreciate some general pointers and opinions regarding which of the two messaging systems is easier to manage has less gotchas or magic stuff one needs to know and avoid has less overal ...
4
votes
1answer
1k views

How to order deployment of EJBs and JMS queue config in JBoss 5?

I'm using JBoss [EAP] 5.0.0.GA and I have an EAR which contains an EJB jar that contains some MDBs which depend on the existence of the JMS queues that they use. When I configured the queues in ...
3
votes
1answer
794 views

JBoss 5 cluster as JMS server durable problem

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 ...
3
votes
3answers
1k views

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?
2
votes
1answer
55 views

How to know if JBoss with preinstalled jboss MQ?

I have already configured jboss 4.2.3, but i need to use jboss-mq. Looked at the deplot dir of my default server instance and i didn't find jms dir in it. How can i know if this jboss comes with ...
2
votes
2answers
150 views

How many messages can be queued up in a JMS topic?

For my web app, I have a JMS topic which is receiving many messages at any given time. I have a MDB that processes the messages and updates the database based on the message data. I had been getting ...
2
votes
4answers
3k views

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 ...
2
votes
1answer
636 views

JBoss 5.1.0 Adding Queues

How do I add custom queues to JBoss 5.1.0? I found a way to do it via the Admin Console however for some reason it keeps failing, also I need to be able to quickly and easily move my queues from one ...
1
vote
1answer
86 views

JMS Connection/ConnectionFactory references with HornetQ

I'm working on an older application and upgrade it's JMS system from JBoss Messaging to HornetQ, in the process I've run into a few gotchas that seem to be related to how this application uses and ...
1
vote
0answers
151 views

JBoss Messaging disable persistence

I have few questions 1. How I can disable persistence for JBoss Messaging? 2. Is there any way to check that persistence was successfully disabled? (MBean or something else) 3. Maybe anybody knows ...
1
vote
1answer
241 views

Is it possible to use HornetQ as beans without JNDI (even if it is behind some abstraction)…?

My original problem is an attempt to discover and embed HornetQ with a bare minimum of dependencies. One item i would like to avoid is the need for JNDI. I believe it should be possible locate all ...
1
vote
4answers
560 views

What are the best book for JBoss ESB or JBoss Messaging?

What are the best book for JBoss ESB? In fact, is there any book regarding JBoss ESB at all? Edit: As an alternative, a good book on JBoss Messaging would be acceptable.
1
vote
0answers
144 views

Message recovery in JBoss Messaging

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 ...
1
vote
1answer
581 views

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 ...
1
vote
2answers
600 views

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 ...
0
votes
0answers
20 views

Adding jndi destination queue fails, is there something else needed?

This is related to http://stackoverflow.com/questions/2166976/jboss-5-1-0-adding-queues When I use the mbean element as shown in that thread (and as shown in similar web-wide), I eventually got to ...
0
votes
1answer
150 views

JBoss Messaging Queue Stuck, with Remote Interface and MDB Consumer

I am trying to diagnose and fix what is likely an environmental problem. We have dev, SI, and production servers, and they have been setup the same for several years. One of the environments has ...
0
votes
1answer
384 views

JBoss ESB Message is received by the wrong Service

I have several services configured in jboss-esb.xml, when I send message to one of the service, my message will be received by one of the configured services (even though the message is not meant for ...
0
votes
2answers
377 views

Jboss Messaging WorkerThread# what are these threads?

I am load testing a jboss messaging install with 5 producers producing 100,000 100k messages. I am seeing significant bottlenecking. When I monitor the profiler, I see there are 15 threads named ...