How IBM App Connect Enterprise complies with Web Service Reliable Messaging

IBM® App Connect Enterprise complies with Web Services Reliable Messaging by supporting the following aspects.

Compliance with WS-RM: delivery assurances

WS-RM specifies several assurances that control the delivery of messages to the application destination. These assurances form a contract between the reliable messaging source and the reliable messaging destination. The following delivery assurances are supported by IBM App Connect Enterprise:

ExactlyOnce
The assurance ExactlyOnce ensures that messages are delivered to the application destination exactly once.
InOrder
The assurance InOrder ensures that messages are delivered to the application destination in the order in which they are sent. InOrder can be used in conjunction with ExactlyOnce.
MakeConnection
WS-MakeConnection requests are supported in conjunction with WS-RM 1.1. See WS-MakeConnection.
The following protocol is not supported by IBM App Connect Enterprise:
WS-SecureConversation
This protocol is not supported.

IBM App Connect Enterprise does not support using HTTP compression or SSL with WS-RM.