message-driven-bean
Passing XmlBean.XmlObject to MessageDrivenBean
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.[详细]
2023-04-11 12:57 分类:问答Using Oracle AQ as a JMS in JBoss5
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[详细]
2023-04-10 06:25 分类:问答Call to slow service over HTTP from within message-driven bean (MDB)
I have a message driven bean which serves messages in a following way: 1. It takes data from incoming message.[详细]
2023-04-10 02:04 分类:问答Working MDB example in JBoss 7.0.1?
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )[详细]
2023-04-08 01:56 分类:问答How to view Message list in HornetQ
We have limited the number of maxSession to 5 @ActivationConfigProperty(propertyName = \"maxSession\", propertyValue = \"5\")[详细]
2023-04-06 00:51 分类:问答JMS/MDB rollback
We have a app开发者_如何学运维lication, which reads of JMS and does some database transactions, all as part of one XA transaction..[详细]
2023-04-04 15:20 分类:问答Stop message being redelivered to MDB
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[详细]
2023-04-04 06:30 分类:问答SessionContext RollBackOnly and MDB's
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[详细]
2023-04-04 05:51 分类:问答JavaEE 6: How to inject JMS Resource in a standalone JMS client?
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.[详细]
2023-04-02 20:43 分类:问答MDB transaction retry interval
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[详细]
2023-04-02 19:03 分类:问答