Navision MS-Message Queue Bus Adapter

The Navision MS-Message Queue Bus Adapter provides flexible, heavyweight synchronous/asynchronous communication between two systems. It supports disconnected communication and prioritized messages. The bus adapter supports both version 1.0 and 2.0 of the Microsoft Message Queue Server (MSMQ).

Microsoft states that:

Definition of Message Queuing (MSMQ)

Microsoft provides the following definition of Message Queuing:

"Message Queuing (MSMQ) technology enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily off-line. Applications send messages to queues and read messages from queues. The following illustration shows how a queue can hold the messages used by both sending and receiving applications.

Illustration of MSMQ

Where Applicable

Message Queuing provides guaranteed message delivery, efficient routing, security, and priority-based messaging.

It can be used to implement solutions to both asynchronous and synchronous scenarios requiring high performance. An example of where Message Queuing can be used is electronic commerce."

More information:

Sending a Document - Code Example 1

Sending a Document - Code Example 2

Receiving a Document - Code Example 1

Receiving a Document - Code Example 2

Scenarios

Interface Information