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 parse the message.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m attempting to set up a config file for Mule ESB 2.2.1 that routes incoming requests to another box. This seems straight forward, but I am getting connection refused exceptions and I\'m not sure w
I created a custom router with one endpoint. The custom router looks up the destination of the endpoint based on the URL parameters of the inbound URL. I have an example of this up and running, and I
Just getting started with the ESB Toolkit 2.0 on BizTalk Server 2009. I can get a .NET client to talk to the ESB Toolkit WCF Service /ESB.ItineraryServices.WCF/ProcessItinerary.svc with no problem at
The services defined in my jboss-esb.xml refer to properties from the SystemProperties service. When I change a property in the properties file (ie, /conf/my-props.properties) I can reload them开发者
On a SOA project we start to employ IBM WebSphere Message Broker to orchestrate .NET-based web services. We have distinct DEV, QA and PROD environments for the system being developed. 开发者_运维问答
H开发者_开发知识库Ow did you integrate? SOAP? etcSOAP is the typical choice, but not the only. You can also integrate using REST, TCP, Database (JDBC on the Mule Side), etc. For a recent Mule implemen
What management tools (open source or otherwise) are there to track the location of data, the services that deliver/use that data and the services themselves. If you believe the snake oil a combinatio
Do I need a separate server to impl开发者_运维技巧ement an ESB (e.g. Apache Camel, Mule) ?Apache Camel does everything an ESB does - but allows you to start simply by embedding it in your application