My test attempts to show that a SQL statement sent over a Mule JDBC outbound endpoint executes successfully. The problem: after inserting over Mule, querying the same table returns no results.
Mule 3 seems to be extremely cool however the price tag on their enterprise product just won\'t just it for us for some clients.
I have a very simple Mule (3.x) flow: <spring:bean name=\"messageHandler\" class=\"mypackage.MessageHandler\"/>
I have a HTML file which consists of a Form and it takes certain parameters from the User and when the URL is hit, a Mule service (written in Java) is called and it returns a JSON string. Now how can
I am building a new Mule transport to allow communication with DDS.In order to keep QoS consistent, the connector needs \"flow controllers\".Zero or more flow controllers may exist.
I\'m looking for a high level technical gap analysis of the Apache ESB/SOA stack (Servicemix, Camel, ActiveMQ, CXF) vs. comparable Mule technologies.
When I run this: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <mule xmlns=\"http://www.mulesource.org/schema/mule/core/2.2\"
I need to build a system th开发者_运维百科at uses a Publish/Subscribe bus (e.g. Mule, ZeroMQ, RabbitMQ), but the literature all implies that subscriber applications are reliably available to receive m
I\'m looking at building an application which has many data sources, each of which put events into my system. Events have a well defined data structure and could be encoded using JSON or XML.
I\'m trying out the example Hello World from this link here: http://www.mulesoft.org/documentation/display/MULE2INTRO/Quick+Start