Questions tagged [jbossmq]
26 questions
13
votes
4 answers
Reconnecting JMS listener to JBossMQ
We have a Java listener that reads text messages off of a queue in JBossMQ. If we have to reboot JBoss, the listener will not reconnect and start reading messages again. We just get messages in the listener's log file every 2 minutes saying it can't…

MattGrommes
- 11,974
- 9
- 37
- 40
5
votes
2 answers
How to initialize ConnectionFactory for remote JMS queue when remote machine is not running?
Using JBoss 4.0.5, JBossMQ, and Spring 2.0.8, I am trying to configure Spring to instantiate beans which depend on a remote JMS Queue resource. All of the examples I've come across depend on using JNDI to do lookup for things like the remote…

Erik
- 602
- 1
- 7
- 10
4
votes
4 answers
Using JMS or ThreadPool to send email messages
I will like to know:
I have a scenario. If a user adds a product to the system (I'm developing), there's a listener that sends a notification to the user's client base notifying of a new product added by the user.
I've read this thread and (seeing…

Buhake Sindi
- 87,898
- 29
- 167
- 228
3
votes
0 answers
Unable to proxy a JBossMQ queue in Spring
Spring JMS going against a JBoss 4.x JBossMQ queue (I know, old JBoss, JBossMQ superseded by JBoss Messaging, but I can't change the stack). Everything works when the Spring JMS configuration is loaded at startup, but when I make the JNDI lookups…

atrain
- 9,139
- 1
- 36
- 40
3
votes
2 answers
JMS message to redelivery to queue
I am using Jboss MQ in my application.
I am trying to handle redelivered message to the JMS Queue.
Is there a way I can set some values in the original message I received in the consumer(First time I received the message)
So that whenever the…

Maximus
- 559
- 1
- 5
- 19
3
votes
1 answer
How to connect JMS queues from JBOSS 4 and 5?
I have a server on which a Jboss 4.2.2 and a Jboss 5.1.0 runs. The problem is that a 3rd party is not able to upgrade its application to Jboss 5.1.0 in the near future, for us it is a simple matter. Unfortunately we need to send and receive some JMS…

Mauli
- 16,863
- 27
- 87
- 114
3
votes
1 answer
AXIS2: JNDI lookup of name ConnectionFactory returned a org.jboss.mq.SpyConnectionFactory while a interface javax.jms.ConnectionFactory was expected
I installed a fresh WSO2 ESB version 4.2.3 (last stable up to now) and I configured the JMS transport in the axis2.xml file as following:

Samuele
- 76
- 4
2
votes
1 answer
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 jboss-mq, and where i can find all needed files for my…
user253202
2
votes
3 answers
Can I use JBoss MQ on JBoss 5? If so, how?
I have an application that was written on JBoss 3.2.5 and I am tasked with migrating it to JBoss 5.
I am unable to deploy the application because it relies on JBoss MQ, which I read has been replaced by JBoss Messaging.
Is there any way I can get…

bitstream
- 459
- 9
- 20
2
votes
3 answers
clear jBoss DLQ
Does anyone know how to clear DeadLetterQueue from jBoss?
When i start jBoss, it is waiting 4 minutes at:
12:09:06,281 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name…

Cristian Boariu
- 9,603
- 14
- 91
- 162
1
vote
1 answer
How do I increase the value of 'InProcessMessageCount' for jms queue in jboss?
I am using JMS based on Jboss 4.2.3 and jdk1.5.0_14. however the MDB pool is configured to maximum size 20, the maximum value of InProcessMessageCount is 15 only.
I did many reties to utilize the messages consumption from the queue.
I modified the…

user1017344
- 181
- 1
- 1
- 11
1
vote
1 answer
JBossMQ configuration - jms_messages filling up despite settings. Also MDB thread count
I'm giving up with the JBoss Community forums - never get a question answered there. So trying here instead.
I have written a little test program to help me diagnose a problem I have seen in a live environment, but I am a bit confused by the myriad…

user265330
- 2,533
- 6
- 31
- 42
1
vote
1 answer
How a Java SE application can connect to JBoss MQ?
I have looked in the JBoss documentation, I have googled, but I can't find a sample code
to connect to the JBoss MQ from a JAVA SE application.
Do you have some link to share or better some sample code ?
JBoss 5.1.0

Stephan
- 41,764
- 65
- 238
- 329
1
vote
0 answers
Two or more embedded message system into jboss 4.x
Im trying to migrate from default JbossMQ for Jboss 4.0.5 GA to a embebed HornetQ 2.2.14. I'm wondering if anyone know if is it possible to run the server with more than one message systems embedded??
Thanks in advance!

Dondump
- 39
- 5
1
vote
1 answer
JBossMQ message redelivery + DLQ
I'm trying some scenarios with JMS and JBoss 4.2.2 and I have few problems with it.
I have a Queue

Betlista
- 10,327
- 13
- 69
- 110