EAI Bridge Message Sender and Queue Message Receive tool

  • Sandro Pereira
  • Sep 7, 2012
  • 2 min read

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 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

📝 One-Minute Brief

This post introduces two essential utility tools for developers working with Azure Service Bus (EAI/EDI Labs). The EAI Bridge Message Sender allows users to easily send messages to Azure Bridges with custom headers, while the Queue Message Receive Tool facilitates the retrieval and inspection of messages from Service Bus Queues. These tools simplify testing and debugging of cloud integration patterns without writing custom code.

Both tools are console applications 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 says goodbye to the annoying CMD.

EAI Bridge Message Sender and Queue Message Receive

EAI Bridge Message Sender and Queue Message Receive bring together these two console application tools: MessageReceiver and MessageSender in a 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 Sender
Queue Message Receive

This tool is no longer available.

Thanks for Buying me a coffe
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 *

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top