jboss « jms « Java Enterprise Q&A





1. Parallel processing of JMS messages?    stackoverflow.com

Is it possible to create a pool of Message Listeners or a Message Driven Beans to process messages from a JMS queue or topic in parallel ? I am using JBoss and ...

2. JMS on Jboss    stackoverflow.com

I am doing a POC for runnig JMS on JBoss 4.0.5 GA. can anyone privide me a link which shows examples on how to 1. Create a queue in Jboss 2. Crate a ...

3. How to resend a message from the JBoss 4.2.2 message queue after retry expired    stackoverflow.com

Is there a way to resend expired messages in a JBoss 4.2.2 message queue? The issue is they exceeded their retry amounts, but now the problem is fixed, so is there ...

4. How do I migrate JBoss 4.0.5 JMS configuration to JBoss EAP 4.3?    stackoverflow.com

I have a J2EE application running on JBoss 4.0.5 which makes use of custom JMS queues and topics. The configuration for these is in XML files in the deploy\jms directory. JBoss Enterprise ...

5. JBoss: Adding JMS resources to JBoss 4.3    stackoverflow.com

I am having trouble understanding where to define the JMS resources that are needed by the JMS queue implementation in JBoss. Currently the code that I'm dealing with works on ...

6. diffrence between jboss.jms and jboss.mq?    stackoverflow.com

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

7. How to create a temporary jms queue with jboss?    stackoverflow.com

I need to create temporary queues on fly. How is that possible?

8. JBoss doesn't process JMS messages    stackoverflow.com

Although JBoss seem to receive the JMS messages (I can list them through jmx-console) it doesn't process them. They stayed queued forever. What might be the reason for that?

9. jboss jms and xa transaction    stackoverflow.com

I'm using JMS with JBoss 5.1.0 GA-jdk6 Can I use the same Database for application data and JMS as well, or should I configure them in separated databases with a two-phase ...





10. JMS message to remote server    stackoverflow.com

I need to send a message to a remote server's queue (running "JBoss MQ") so that it can process the message and act on it.

    Properties properties = ...

11. JBoss JMS Remote Queue?    stackoverflow.com

I want to send messages to remote queue ? what steps should i do i cant find any documentation about that ? anyone can help ?? ?

12. clear jBoss DLQ    stackoverflow.com

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 'java:DefaultDS'
and other 4 ...

13. JBoss 5.1.0 Adding Queues    stackoverflow.com

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 ...

14. Delaying JMS messages in queue when starting JBoss    stackoverflow.com

Is there a way to tell JMS in JBoss to delay processing of messages already in the persistent queue for a while, e.g. 2 minutes, while JBoss starts. As it is right ...

15. Can I use JBoss MQ on JBoss 5? If so, how?    stackoverflow.com

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 ...

16. Jboss Messaging JMS    stackoverflow.com

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 ...





17. Limiting JMS Destination Instances    stackoverflow.com

Is it possible to limit the number of JMS receiver instances to a single instance? I.e. only process a single message from a queue at any one time? The reason I ask ...

18. How to auto create a JMS topic/queue on JBoss in a portable and per-application way?    stackoverflow.com

It's simple: I have an MDB and an EJB that sends messages to a topic (or queue). JBoss complains that the topic is not bound to the JNDI context. I want to ...

19. JbossESB jmsProvider cannot convert IBMMQ JMS Message JMSTextMessage    stackoverflow.com

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 ...

20. Why does Eclipse skip lines when I debug JBoss?    stackoverflow.com

I am trying to debug web service call which uses JMS in the background.I have JBoss running in debug mode. What happens is that when I press F6 in Eclipse (to ...

21. new MQConnectionFactory throwing null pointer in jboss?    stackoverflow.com

I am trying to execute the following command

MQConnectionFactory connFactory = new MQConnectionFactory();
and i get a null pointer that i can't seem to track down, i have attached the stack trace, any ...

22. JBOSS 5.1 Upgrade - Messaging Issue    stackoverflow.com

I'm trying bring up a hello world MDB in JBOSS 5.1 to see how i can get our messaging application into JBOSS 5.1 Messaging. The simple hellow world MDB gives me ...

23. Message recovery in JBoss Messaging    stackoverflow.com

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 ...

24. Migration from javax.jms to jbossMessaging    stackoverflow.com

I am working for a migration project in which jms code is written using stadard code javax.jms and running on jboss-3.x. Now we are migrating to jboss-4.3, which support Jboss Messaging(JBM), ...

25. jms on jboss: how to set delay time of message    stackoverflow.com

"The delay represents a time interval after which the message becomes available to the Message Consumer. A message specified with a delay is in a waiting state until the delay expires ...

26. How to connect JMS queues from JBOSS 4 and 5?    stackoverflow.com

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 ...

27. How to implement jms in jetspeed    stackoverflow.com

I need to send a message to jboss queue from a web application of jetspeed. I googled. ActiveMQ api is for jetspeed queue. But, I need to send a message to ...

28. Create custom properties for JMS Queue    stackoverflow.com

I am using Jboss.x , EJB3.0. I have two JMS queues. "A" queue and "Error" Que. A que has a retry mechanism, so after 3 retries, the MSG will be deliver to an error ...

29. JMS queue is full    stackoverflow.com

My JEE application sends JMS to queue continuously, but sometimes the JMS consumer application stopped receiving JMS. It causes the JMS queue very large even full, that collapses the server. My server ...

30. Restarting JMS in running Jboss    stackoverflow.com

Is there any way to restart JMS in running JBOSS. regards

31. Reason why a message was put to a DLQ in JBoss    stackoverflow.com

Assume I have a Queue with a DLQ, no redelivery. (Runtime) Exceptions during the processing of a message (in an MDB) cause the message to be sent to the DLQ, so ...

32. Remote Topic-MDB interaction in Jboss 5.1 server    stackoverflow.com

I need to connect to a remote topic. This topic is deployed in jboss 5.1 in separate server,whereas my MDB(EJB 3.0) is deployed in another Jboss 5.1 server.When i have my ...

33. What are the minimum jars for connecting to a JBoss 5.1 JMS queue?    stackoverflow.com

This question is similar to: JBoss 5 JMS Jars Needed to use it I am using gradle to do the build and it is dying because of too many dependencies. It ...

34. JBoss Messaging disable persistence    stackoverflow.com

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 tricks ...

35. Want to download jar with package org.jboss.messaging.jms.server.management    stackoverflow.com

Want to download jar which contain package org.jboss.messaging.jms.server.management can u suggect any link. Also any clue how to use MessagingServerControl to create JMS queue at run time? Thanks in advance.

36. ClassCastException while receiving JMS message    stackoverflow.com

I am sending a LinkedHashMap from one JVM to another JVM through JMS(JBOSS is used). on the receiving end, i am getting the classcast exception. The code on the receiving end ...

37. How to know if JBoss with preinstalled jboss MQ?    stackoverflow.com

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 ...

38. Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file    stackoverflow.com

I'm new to JMS and I'm studying the following example

public class SendRecvClient
{
    static CountDown done = new CountDown(1);
    QueueConnection conn;
    QueueSession session;
 ...

39. Simple web app looking for JMS messages on a queue in JBoss 5.1    stackoverflow.com

I've created a simple spring webapp which fires off a thread and queries a jms Queue for messages. The web app is running in JBoss 5.1. I'm using JBoss Developer Studio ...

40. JMS message to redelivery to queue    stackoverflow.com

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 ...

41. Active JMS Queues / Topics on JBoss 7.0.1    stackoverflow.com

I just switched from JBoss 4.2.3 GA to JBoss 7.0.1 and have no idea how to set up the jms queues and topics. In 4.2.3. GA I just modified one xml ...

42. Migrate Queue from JBoss 4.2.3 to JBoss 5.1 AS    stackoverflow.com

I am trying to migrate my project from JBoss 4.2.3 (which was build by ant) to JBoss 5.1 AS (exploded version). I managed to do most of it. But I cant ...

43. Configure JBOSS for internal and remote queues?    stackoverflow.com

How to jboss be configured so that a application can connect to both the nternal and remote queues? I know it possible, but I am new to this. It will be ...

44. My JBoss JMS standalone apps don't exchange messages between hosts    stackoverflow.com

I have 2 Java standalone apps, one that writes messages to a JMS queue using JBoss. The other reads those messages from a JMS queue also using JBoss. The 2 apps ...

45. JMS QUEUE application as jar or ear    stackoverflow.com

This might be a stupid question. I have two EJB project in my eclipse workspace, one is MDB and the other is Session bean. And my client is successfully send messages to the ...

46. How do I increase the value of 'InProcessMessageCount' for jms queue in jboss?    stackoverflow.com

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 ...

47. Is communication by JMS between JBoss 5.x and JBoss 6.x possible?    stackoverflow.com

Is communication by JMS between JBoss 5.x and JBoss 6.x possible? Or do you need same version on both sides because of class version compatibility reasons?

48. Cannot upgrade JB6.0.0->6.1.0 due to JMS ConnectionFactory not bound    community.jboss.org

Our application has been running fine on JBoss 6.0.0-Final for quite a while now. It uses HornetQ via JMS, and it uses Spring 3.0.6 to configure the queue listeners and senders. ...