Thread (Transaction)Timeout with MDB in Artimis WF 10.1
(Transaction)Timeout with MDB in Artimis WF 10.1Hi, For a long running batch integration we have created a queue for queueing callbacks from our partner. We have a MDB which is annotated like this: @MessageDriven(name = "MyExecutionMDB", act...
Thread Remove a message from JMS Queue (JBoss AS 5.1)
Remove a message from JMS Queue (JBoss AS 5.1)I just started learning about JMS Queues and wanted how I can remove a message from the queue given the JMSMessageID. I just want something like this:
QueueBrowser queueBrowser = session.createBrowser(queue);
...
JBoss 5 works with ActiveMQ 5.13.0 ?Hi, I'm using Jboss 5.01GA and I 've a problem with fortify . Fortify found a issue of " Dynamic code evaluation - unsafe deserialization" with this line of code : tempList = (ArrayList) ((ObjectMessage)message).ge...
MDB rollback delayhi, I am using MDBs with IBM MQ v7.0 and jboss 6.1.0 application server. for any failures in MDB, we want to have a sleep or delay before the message is put back on the queue. This is required becoz most of our fai...
multiple wmq.jms resource adapters jboss eap 6.3we want to use wmq ra with transaction-support=XATransaction and transaction-support=NoTransaction, so we configured 2 RA that are using same 'archive', however it seems jndi name space 'jms' is overwritten by the las...
WMQ on Wildfly resource adapter propertiesHello All, I asked a similar question on ironJacmar group, but it seems that it might be related to something else: I configured my wmq.jmsra.rar resource adapter, I followed he examples on the net. I...
Can you help me?When i learn JMS use and seting,I experience some problems First,I explain the environment,i'm using: jboss-4.0.5GA Windows xp jdk 1.5.0_04 the JMS service is configured to store messages via Mysql5.0. the datasource...
JMS ClusteringI'm trying to set up two standalone JMS servers, MS1, MS2 using JBoss 6.3 EAP. While the primary will come up and creates folders/files (bindings, journal, & large-messages) on the shared drive the backup reports ...
problem on centralized db archiecture ?I am working on a application that has following requirements : ================================================ 200 hundred branch and one head office . it financial large scale system . that has -Accountin...
Apache camel with IBM MQ in JBOSS EAPCould any one help providing sample code on Apache camel with IBM MQ in JBOSS EAP using spring , sending messages to MQ, and receiving , also how to use getJMSReply() in apahe camel ? Appriciate for any help p...
AS7/EAP6 to WebSphere MQHi, Does anyone have any experience with connecting JBoss to WebSphere MQ securely? IBM's resource adapter documentation has the keystore password set as a system property which makes it trivial to rec...
listening to 2 JMS queues from same MDBI want to see if same MDB can listen to two JMS queues. I was playing with jboss quickstarts. I deployed helloworld-mdb and played with it. I tried annotations with two separate names and attributes but I got error wh...