EAI Bridge Message Sender and Queue Message Receive tool

Posted: September 7, 2012  |  Categories: Azure Integration

In the last couple of months I’ve been busy participating in several national and international events talking about Azure Service Bus EAI/EDI services, or as we now know: BizTalk as PaaS (BizTalk on the cloud). You can find it more information here.

There are several tools available in Windows Azure Service Bus EAI & EDI – April 2012 Release provided by Microsoft so we can quickly and easily test our solutions, two of these tools are MessageReceiver and MessageSender.

With the MessageReceiver tool, we can use it to create our Queue and receive a message:

  • MessageReceiver.exe <Your namespace> owner <Your issuer key> <Queue name> Create

The MessageSender tool is used to send messages to a deployed bridge endpoint using HTTP/REST.

  • MessageSender.exe <Your namespace> <Your issuer key> <Your endpoint> <Path to sample file> application/xml

Both tools are a console application that you can execute in Windows command line (CMD), which becomes a bit boring if we are constantly testing or making presentations of these features.

Therefore to facilitate and expedite my presentations, I decided to create this “beautiful” application that joins these two tools and say goodbye to the annoying CMD.

EAI Bridge Message Sender and Queue Message Receive

EAI Bridge Message Sender and Queue Message Receive bringing together these two console application tools: MessageReceiver and MessageSender in as single Windows Form Application easily and fast to use and where we store our default values (Service Bus namespace, Issuer Name, Issuer Key) so you don’t have to constantly enter this data.

EAI-Bridge-Message-SenderQueue-Message-Receive

This tool can be found and download on Microsoft Code Gallery:
EAI Bridge Message Sender and Queue Message Receive (526.8 KB)
Microsoft Code Gallery

Author: Sandro Pereira

Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

2 thoughts on “EAI Bridge Message Sender and Queue Message Receive tool”

Leave a Reply

Your email address will not be published. Required fields are marked *

turbo360

Back to Top