esb « JBoss « Java Enterprise Q&A





1. Using the same JBoss Action in multiple ESB Applications without code duplication    stackoverflow.com

I am working on a project that consists of several ESB Applications deployed on a JBoss Application Server. Each ESB Application processes messages (validate, enrich...) through several actions (they extend AbstractActionLifecycle); ...

2. jboss-esb fs-listener jbm message queue overflow    stackoverflow.com

We have a jboss esb server which is reading files from the file system in a scheduled way (schedule frequency of 20sec) and convert them into the esb message then we ...

3. Integrating Drools with JBossESB    stackoverflow.com

In recent weeks I've been researching Drools amongst other CEP/Rule Engines and I believe I would like to use Drools. I also have an JBossESB which is responsible for routing of ...

4. Does JBoss ESB Action has life cycle?    stackoverflow.com

Does JBoss ESB Action has life cycle like Servlet does (init, service, destroy)? I am writing dozens of ESB actions that requires the same initialization and destroy business logic. So I am ...

5. What are the best book for JBoss ESB or JBoss Messaging?    stackoverflow.com

What are the best book for JBoss ESB? In fact, is there any book regarding JBoss ESB at all? Edit: As an alternative, a good book on JBoss Messaging would be acceptable. ...

6. JBoss Drools and Mule integration    stackoverflow.com

Has anyone had any experience integrating JBoss Drools with Mule ESB? While Apache ServiceMix appears to have good Drools support (http://servicemix.apache.org/servicemix-drools.html), the web based ...

7. How to make an extremely simple cron job on JBoss ESB    stackoverflow.com

I'm looking for the simplest thing that could possibly work to schedule a simple job - a job which doesn't interact with any other ESB component. [Go easy on me ...

8. How to receive Error code from SOAPClient : JBOSS ESB    stackoverflow.com

I am using org.jboss.soa.esb.actions.soap.SOAPClient in my ESB. And i am trying to get the HTTP status code or any exception if SOAPClient fails to send request. Here , there may be plenty of ...

9. Change management in ESB (servicemix, mule, jboss, ...)    stackoverflow.com

I am wondering if any of the open source ESB provides strong change management capabilities: - ability to version services, components, rollback changes, compare changes. - And if it could log which ...





10. JBoss ESB: Using HTTPRouter with a secure endpoint and no keystore    stackoverflow.com

I am attempting to create a HTTPRouter action (within an esb) which sends some XML to an external URL. The URL is secure, but has a self signed certificate which I ...

11. communicating with ftp server in jboss esb    stackoverflow.com

my task is to configure the ftp server and read the files from that using Jboss ESB.so i have configured ftp server in jboss-esb.xml like below and my service class and ...