mdb « jms « Java Enterprise Q&A





1. JbossTextMessage Unicode convert failed in Linux    stackoverflow.com

I'm trying to upload a xml (UTF-8) file and post it on a Jboss MQ. When reading the file from the listener UTF-8 characters are not correctly formatted ONLY in the ...

2. Event driven programming with weblogic MDB    stackoverflow.com

I am building an application which acts as an event listener and based on the events received it needs to execute certain steps or work-flow. Is it better to have events ...

3. JBoss MDB - JMSBytesMessage class cast exception    stackoverflow.com

I'm working on an EJB3 MDB that listen to a MQ queue in a distant server. All is working fine (MDB triggered when a message is put into the listenned queue) except ...

4. Weblogic Message Driven Bean reading from a secured queue @RunAs does not work    stackoverflow.com

I have a MDB very simple which works fine as long as the queue from where it reads messages is not secured After I secure the Queue with a username it can;t ...

5. How to limit the number of MDB instances listening to a Jboss JMS queue    stackoverflow.com

I'm having a problem with the following setup: A Java application send email msg to a JMS queue, then an MDB listening to the queue get the email msg with the onMessage ...

6. Where to configure the org.jboss.ejb3.mdb.MdbDelegateWrapper    stackoverflow.com

I need to reduce the pool size of an MDB to 5 because it connect to an external resource that is limited in terms of connections. If I have 15 messages ...

7. HornetQ MDB timeout    stackoverflow.com

JBoss 5.1 with HornetQ I need a MDB to rollback if it cannot process a message in 30 seconds. Is this possible ? The @TransactionTimeout(30000) annotation doesn't seem to work. I use it along ...

8. Message Driven Bean and message consumption order    stackoverflow.com

I have an MDB that gets subscribed to a topic which sends messages whose content is eventually persisted to a DB. I know MDBs are pooled, and therefore the container is able ...

9. Programatically stopping MDB in JBoss 5.1.0GA    stackoverflow.com

I am trying to stop a MDB in JBoss 5.1.0. My code is as follows :

public static void stopAllMDB()
        throws InterruptedException, MalformedObjectNameException, NullPointerException {

 ...





10. difference between jms consumer and message driven beans    stackoverflow.com

really basic question - is there any difference between an asynchronous jms consumer vs an actual MDB (message driven bean). The only difference i see is the Message driven bean class has ...

11. Are Message-Driven Beans (MDB) bound to the same restrictions as other EJB beans?    stackoverflow.com

In a Message-Driven Bean am I restricted to the same rules of Session Beans (EJB3 or EJB3.1), i.e:

  • use the java.lang.reflect Java Reflection API to access information unavailable by way of the ...

12. MDB stop working after this exception    stackoverflow.com

Hallo all. I have an enterprise event-driven application. I have 16 MDBs that read from a JMS queue. When I got some uncontrolled exceptions I receive this stack :

####<Apr 18, 2011 11:47:15 AM ...

13. Configuring an MDB to listen to multiple queues    stackoverflow.com

I'm using EJB 3.1 and I want to configure an MDB to listen to multiple queues.
I'd prefer defining the queue names via XML but the other definitions via annotations.
Can this be ...

14. Packing 1 WebService and 2 MDB's in a WAR file (JEE5)    stackoverflow.com

I would like to pack in a war file a webservice and 2 mds's but no matter what i do i do not see the MDS's being deployed. The other alternative i ...

15. Can we attach JMS Queue to Existing MDB at run time    stackoverflow.com

Can we attach JMS Queue to Existing MDB at run time? Can any one give Example for this. Thanks is advance.

16. How to get MDB object programmatically    stackoverflow.com

We can Registered Destination manager using ObjectNameusing like

ObjectName desManager = new ObjectName("jboss.mq:service=DestinationManager");
Which you can use it to do operations on it using MBeanServer Same way I want object of Existing MDB. I ...





17. Is there a way to inject MDB javadoc as its description?    stackoverflow.com

In JavaEE6, MessageListener are defined by the @MessageDriven annotation. This annotation defines a documentation element. My question is quite simple : is it possible to copy the ...

18. Can we change MDB configurations at run time?    stackoverflow.com

Can we change MDB configurations at run time? How? Any Example or link?

19. MDB transaction does not rollback email on timeout    stackoverflow.com

I have an MDB that listens on a queue. Whenever it recieves a message, it will forward execution to a stateless session bean which has a lot of logic, updates etc. ...

20. MDB transaction retry interval    stackoverflow.com

Can we control the transaction retry interval in MDB? If so, please provide an example or direct me to the documentation. We want to set up a time interval of 3 ...

21. Implementing MDB Pool Listener in JBoss JMS    stackoverflow.com

I've an application deployed in JBoss with multiple MDBs deployed using JBoss JMS implementation, each one with a different configuration of MDB Pool Size. I was looking forward to some kind ...

22. How does JMS or MDB fit in web services?    coderanch.com

J2EE1.4 supports JAX-RPC, which uses HTTP as the transport layer, and its clients can use stubs or DII to access the web services. UDDI and WSDL can be used to register and describe the services. If I already have a message service using JMS or MDB, how do I turn it to an asynchronous web service? Can HTTP still be used ...

23. Weblogic app server: MDB is unable connect to JMS Queue!    forums.oracle.com

29-Jun-2006 16:22:23 o'clock SGT> <29-Jun-2006 16:22:23 o'clock SGT>

24. Using MDB without JMS (EJB 2.1)    forums.oracle.com

Hi, I'm rather new to Java. Do u guys know or have references on how to make application with MDB and Resource Adapter without JMS... i've been googling and ejb2.1 is rather new, so i found nothing.. or maybe u could point me where to look... the example with the source code so i can understand with details... thanks.. PS : ...

25. MDB + JMS    forums.oracle.com