my Message Driven Bean executes highly intensive operations so I would like to restrict it\'s pool size or my server would have been overloaded. I have tried this ( code ) but it doesn\'t work, it\'s
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 method, it open a connection
I have a MDB very simple which works fine as long as the queue from where it reads messages is not secured
So my most basic question here is: how do you build TCP interfaces into your Java EE applications? Instead of interacting with a legacy EIS, I need to interact with a block of TCP/IP ports. Ideally, I
I have an MDB that looks like this: @MessageDriven(mappedName = \"jms/TestJeremyTopic \", activationConfig ={
I\'d like to explicity set a transaction to rollback in a JavaEE MDB: private MessageDrivenContext context;
I\'m working on a large Java EE 6 application that is deployed on JBoss 6 Final. My current tasks involve using @Inject consistently instead of @EJB, but I\'m running into some problems on some types
From what I understand it is illegal to spawn threads from within an EJB as it may potentially interfere with the EJB\'s lifecycle. However, is it illegal to use predefined Java classes from the JDK w
Is there a JDK 5 or older API for reading files and or reading streams with a timeout? Also, this API must be safe when wrapped inside an MDB. FYI: I have already looked into using the FutureResult, T
I have an java EE application which has one message-driven bean and it runs fine on JBoss 4, however when I configure the project for JBoss 6 and deploy on it, I get this error;