[][src]Crate tibco_ems

Tibco EMS binding.

Structs

Connection

holds the native Connection pointer

Consumer

holds the native Consumer pointer

Destination

Destination, can either be Queue or Topic

Message

represents a generic Message which can be transformed into TextMessage through From,Into trait.

Session

holds the native Session pointer

TextMessage

represents a Text Message which can be transformed into Message through From,Into trait.

Enums

DestinationType

Type of the destination

MessageType

Type of the message

Functions

connect

open a connection to the Tibco EMS server

receive_message

receive messages from a consumer