I have a Process from within Weblogic 10.3 that takes in an XmlObject, writes some values from that XmlObject into a table, then will be passing that xml to a JMS queue.
I\'m looking for a full example or detail tutorial how to set Oracle AQ as a JMSProvider. I would like to create MDB which would be executed by the messages from queue defined in Oracle AQ. I\'m using
I have a message driven bean which serves messages in a following way: 1. It takes data from incoming message.
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )
We have limited the number of maxSession to 5 @ActivationConfigProperty(propertyName = \"maxSession\", propertyValue = \"5\")
We have a app开发者_如何学运维lication, which reads of JMS and does some database transactions, all as part of one XA transaction..
Consider the following scenario : I have a MDB that receives a message. On receiving this message is triggers a series of operations.Some calls are isolated in EJB\'s that have Requires_New as a tran
Having an MDB that receives a message in a transaction and then does several EJB calls if I call in one of those EJB\'s this.sessionContext.setRollbackOnly() will this 开发者_如何学JAVAtrigger the JMS
I can\'t get javax.jms.ConnectionFactory injected into my standalone JMS client. I get a java.lang.NullPointerException at connectionFactory.createConnection() in the code below.
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 min for MDB transactio