The jboss-mdb tag has no wiki summary.
1
vote
1answer
23 views
Need help to handle MDB Exception in two ways
I'm trying to handle two different types of problems while processing a message.
The first problem is if the remote database is down. In that case, the message should stop processing, and try again ...
0
votes
1answer
47 views
JBoss6 MDB failing to deploy but deploys fine in JBoss4.0.4
I'm trying to deploy a jar that I have in my JBoss-4.0.4.GA environment to a JBoss-6.0.0.Final environment. I have hit an issue that I'm not sure about. I am getting this error when starting JBoss:
...
2
votes
3answers
104 views
How to launch a long running Java EE job?
I need to fire off a long running batch type job, and by long we are talking about a job that can take a couple of hours. The ejb that has the logic to run this long running job will communicate to a ...
0
votes
1answer
254 views
JBoss 7 - Configure both ActiveMQ and HornetQ
Is it possible to configure both ActiveMQ and HornetQ in JBoss 7, to make 2 MDBs listen to 2 different Q's? If so please help me with the steps..
0
votes
1answer
52 views
Client ack with MDB
As far as I know there is only AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE possible with MDB.
I would like to have something like CLIENT_ACKNOWLEDGE to avoid XA transactions.
Basically what I want:
get ...
2
votes
2answers
137 views
Suspend a Queue from MDB
We have an application in which we are using JMS Queue and an MDB. I want that only one message should be sent to the MDB from the Queue at a time. I mean as soon as the MDB gets a message from the ...
1
vote
0answers
85 views
Message Driven Bean swallows java.lang.Error
This is a very strange behavior: I had a NoSuchMethodException (because the compile and runtime library versions did not match), and the container swallowed it and I did not have the chance to catch. ...
0
votes
0answers
121 views
Java EE Bean Initialization order query
I am trying to write a Java EE application to learn more about Java EE technologies, so bear with me. The application is meant to be a simple accounting app, with a front-end wrote using the VAADIN ...
0
votes
2answers
409 views
Scheduling a MDB
I'm looking for a way to schedule a MDB. My requirement is that the MDB is set to feed a system from the company. This system goes out for maintenance every night, but the other systems don't know ...
0
votes
2answers
79 views
How to set many unique MDB's instances
I am using Spring 3.1
I have configured HornetQ and MDB which listening to it.
My target is to inject to those MDBS a propertyclass which will have unique properties.
Each MDB will have it's own ...
0
votes
0answers
286 views
Unable to deploy MDB in Jboss EAP 6
I am trying to deploy an MDB (EJB 3.x) in Jboss 6 and I get the following error.
16:47:02,505 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ...
3
votes
2answers
672 views
Catching MySQL Deadlocks in a MDB (ActiveMQ) in JBoss 5.1
We are using JBoss 5.1 w/ MDB backed by ActiveMQ RAR.
When a message on a queue is consumed and performs some database operations which then result in a deadlock, the deadlock is essentially hosing ...
0
votes
0answers
127 views
Deploying MDB in Jboss eap 6 through command prompt
I have an MDB developed with eclipse.I created an ear file from eclipse itself for the MDB.
Where exactly should i deploy the ear file in jboss eap 6 through command prompt and what are all the steps ...
2
votes
2answers
989 views
Delay start of JMS Listener (MDB) in JBoss 6.0
we have multiple instances of JBoss-Server in a clustered environment. For background tasks there is a global queue available, that manages all jobs registered at it. For this queue there is a simple ...
0
votes
1answer
1k views
Deploy MDB with EJB 3 and JBoss AS 6
I'm a newbie about EJB 3 and I'd like deploy as simple EAR, which uses a MDB, on JBoss AS 6.
But, when I deploy my ear the following exception occurs:
16:53:37,500 ERROR ...
1
vote
1answer
175 views
JMS consumer on a different JVM
My application puts in messages in a JMS queue. A bean that implements MDB and MessageListener pops messages from this queue. All this happens on a single JVM .
What I want to do is: I want the MDB ...
1
vote
2answers
465 views
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 ...
0
votes
0answers
509 views
MESSAGE DRIVEN BEAN (MDB) STOPS WORKING
I am running JBoss AS 6 Final on Ubuntu 10.10 i a using Eclipse for J2EE development, I have my MDB on the server, the problem is it sometimes stops working all of a sudden with no apparent reason. ...
0
votes
1answer
419 views
Where to configure the org.jboss.ejb3.mdb.MdbDelegateWrapper
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 in my JMS queue, then only 5 msg are process ...
0
votes
1answer
657 views
JBoss MDB - JMSBytesMessage class cast exception
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 the treatment done by the MDB. For ...
1
vote
2answers
1k views
difference between MBean and JMS
Please let me know what is the difference between JBoss message driven beans and jms (java messaging service)
1
vote
3answers
1k views
jBoss deployment of message-driven bean spec violation
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;
WARN ...
1
vote
2answers
407 views
JBoss Messaging and Thread Priority
I'm using JBoss 5.1.0 GA together with JMS.
I have two message-driven beans.
Could someone explain the threading model to me? For example, does each MDB have a separate thread pool? Do they ...
0
votes
2answers
2k views
Jboss 5.1 ActiveMQ 5 standalone broker MDB setup
I'm attempting to use the sample broker that comes with ActiveMQ 5 with an MDB deployed on JBoss 5.1 AS.
I've deployed the activemq rar to the deploy directory.
I've deployed activemq-jms-ds.xml to ...
1
vote
1answer
623 views
problem with seam and mdb on jboss5.1
I have a problem when using a mdb as a seam component. In the bean I inject some other seam somponents.
The problem is that when the server restart after a crash and the mdb is deployed it starts ...
1
vote
1answer
457 views
PHP ODBC MDB Access on a Cloud Server
Hopefully quick question....
I have a .MDB file stored on my webserver and I'm trying to connect to it.
I have no way of "registering" it with a name in ODBC.
Is the only way to connect to it by ...
1
vote
1answer
426 views
Message driven bean not responding until client method is complete
I have a MDB deployed on Jboss 4.2.2 and a client on the same server that produces messages and expects a reply from the MDB via a temporary queue created before the message is sent.
When I run the ...
1
vote
1answer
647 views
How to auto create a JMS topic/queue on JBoss in a portable and per-application way?
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 have the topic/queue to be automatically ...
0
votes
1answer
1k views
MDB listening a Topic in JBoss 5.1 [closed]
I have a topic configured correctly like this, in jboss 5.1:
<mbean code="org.jboss.jms.server.destination.TopicService"
name="jboss.messaging.destination:service=Topic,name=GreetingsTopic"
...
0
votes
2answers
3k views
Problem in creation MDB Queue connection at Jboss StartUp
I am not able to create a Queue connection in JBOSS4.2.3GA Version & Java1.5, as I am using MDB as per the below details.
I am putting this MDB in a jar file(named utsJar.jar) and copied it in ...
2
votes
1answer
558 views
How to reference an embedded JCA resource adapater
For our current J2EE project based on JBoss, we need to interface with a remote system using message driven beans and a JCA resource adapter provided as a RAR file by a third party. I would like to ...
1
vote
1answer
2k views
Jboss Startup error
On an existing application I am trying to startup the JBOSS server and I get following error.
Unfortunately I do not know clearly as yet, what all has been configured and is being used on this jboss. ...
1
vote
2answers
2k views
JBoss MQ tutorial [closed]
I'm looking for a JBoss MQ tutorial (on JBoss Tools) so that I can write an MDB and a client.
I can find only JBoss Messaging.
1
vote
1answer
3k views
Maximum number of messages sent to a Queue in OpenMQ?
I am currently using Glassfish v2.1 and I have set up a queue to send and receive messages from with Sesion beans and MDBs respectively. However, I have noticed that I can send only a maximum of 1000 ...
1
vote
1answer
562 views
How can we have JBOSS MDB retry its connection if it fails at startup?
We have a server app that is deployed across to server machines, each running JBOSS 4.2.2. We use JBOSS messaging with MDBs to communicate between the systems. Currently we need to start the servers ...
0
votes
2answers
3k views
JBoss Error in ejb-jar.xml for Message Driven Bean TextMDB: expected one res-ref-name tag
I've copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I'm receiving the following error when ...
5
votes
5answers
4k views
Dynamically creating asynchronous message queues in Java
I need to create asynchronous message queues dynamically in Java. My use case is sending email via multiple SMTP servers: I need to enforce that emails to the same SMTP server are processes ...
2
votes
5answers
2k views
When is messaging (e.g. JMS) an alternative for multithreading?
I work on a data processing application in which concurrency is achieved by putting several units of work on a message queue that multiple instances of a message driven bean (MDB) listen to. Other ...
0
votes
3answers
4k views
J2EE - JPA - EJB3 - Transactions in MDB methods
I have resource local datasource (Oracle9i) deployed at JBoss 5.1.0:
<datasources>
<local-tx-datasource>
<jndi-name>OracleDS</jndi-name>
...
0
votes
2answers
713 views
Possible to stop MDB in Weblogic 8.x?
Is it possible to programatically stop an MDB from listening to a queue in Weblogic 8.1?
I know this can be done in JBoss and later versions of Weblogic but I wasn't sure if it's possible in 8.x.
2
votes
2answers
143 views
message driven bean - notification when deployed?
is it possible to get notified inside the bean (mdb in this case) that its deployment procedure has just finished?
0
votes
1answer
3k views
JBoss EJB3 MDB config
I am trying to understand some EJB 3 code running in JBoss 4.3.
We've got an ejb3-interceptors-aop.xml file configured in JBoss with some MDB configuration and then we've got the MDB Java class.
...
3
votes
3answers
1k views
Ensuring serial processing of JMS messages in an OC4J cluster
We have an application that processes JMS message using a message driven bean. This application is deployed on an OC4J application server. (10.1.3)
We are planning to deploy this application on ...
6
votes
3answers
2k views
Configuring a 'retry delay' in MQ Series
I'm hoping someone can help me - I'm using JBoss 5.1 and MQ Series 7 in an EJB / JMS based application. I have several message driven beans in my application, each listening on an MQ Series message ...
0
votes
0answers
662 views
JBOSS MDB - What is the use of Configuration Property Annotation: maxMessages [duplicate]
Possible Duplicate:
Configuring an MDB in JBOSS
Hi,
What is the use of maxMessages property and how this will affect performance.
Thanks,
Rod
0
votes
3answers
3k views
Configuring an MDB in JBOSS
How maxMessages property affects the MDB?
For example:
@ActivationConfigProperty(propertyName = "maxMessages", propertyValue="5").
How would this value affect if maxSessions is 10?
0
votes
1answer
2k views
How do specify clientId and subscriptionName for EJB3 message driven bean durable subscription without hard coding the values?
I have a server running JBoss4.2.1 containing a JMS Topic. I also have multiple terminals, each running their own JBoss with an EJB3 message driven bean that need to subscribe to the topic using ...
0
votes
2answers
140 views
How to notify web-module about job status performing in MDB (EJB3.0)?
We are using Message Driven Bean to generate large reports and process durable tasks. How can MDB notify web-module f.e. session listener about job status without client poll?
Thanks in advance.
0
votes
6answers
3k views
JMS Message Driven Bean worker synchronization
We are just starting to build our JMS architecture and have the following basic setup:
GLassfish v2.1
MDB listening on a Topic through a TopicConnectionFactory (all on local server)
Now, the MDB ...
1
vote
1answer
926 views
Controlling JMS Server: too many MDBeans created (weblogic)
I have an application that does a delayed operation. User generates 1 million messages that are stored in the JMS Queue and then a MDBeans are consuming these messages and performing some action and ...