Trap your Alerts: An SNMP How-to using Java and Mule Enterprise Console

MMC Customer stories series: SNMP alerts Motivation We are evaluating using Nagios or a similar Big Brother Enterprise solution for displaying information about our many Enterprise Mule instances, applications and the status of our production and staging environments. The only sure thing is that we presented a budget for buying a couple of 55” monitors and were […]

Introducing dataloader.io – simple, free, no download data loader for Salesforce

One of the first integration problems that companies encounter when using a new application is data loading. Whether it’s a migrating data from an old product to a new one, managing and cleaning data, warehousing data, or replicating it from one place to another, it’s a painful task. No one knows this better than the […]

Using PHP as the scripting language in Mule

Want to leverage existing PHP experience of your development team to accelerate implementation times? In this blog post I’m going to show you how to take advantage of new Mule PHP scripting module, that enables your applications to use good’old PHP as the programming language in Mule scripting components.

Upload your Salesforce.com attachments to Box using Mule Studio

SOAP, JMS, Restful, SFTP… Sometimes your integration just comes to the point in which you need to be able to download a file from your browser. From Ubuntu One all the way to Dropbox and Google Drive, the number of file storage services on the cloud just keeps climbing. One that is particularly gaining a […]

Consuming .NET WCF SOAP web services from Mule

The SOAP standard was created to address the communication needs between different applications independently of the programming language, platform or technology in use. It is a standardized protocol based on XML over a variety of communication protocols such as HTTP, to invoke methods on remote objects. In this blogpost we’re going to consume SOAP web […]

Mule School: Web Services – part 1

I’m going to provide an overview on how to build a simple contract-first web-service and JAX-WS client that consumes the web-service with Mule Studio. The sample below is going to build the following: Build SOAP/ HTTP web service using Mule & CXF that is CRUD web service to create, retrieve, update and delete an order […]

Complex Problem? No problem to Mule & Drools CEP!

Introduction The architecture of Mule is driven by the principles of Industrial Best Practice as outlined in the well-known Enterprise Integration Patterns which have identified the most common building blocks for every integration problem. These building blocks are what make up Mule Flows, the executable units inside Mule Applications. No matter what the problem, wiring them together into an […]