mqi 0.3.0

Idiomatic IBM® MQ Interface (MQI) and MQ Administration Interface (MQAI) APIs
Documentation
1
2
3
4
5
6
7
8
9
10
Examples
========

| Name                                      | Description                              | Demonstrates     |
|-------------------------------------------|------------------------------------------|------------------|
| [subscribe_managed]subscribe_managed.rs | Subscribe and get messages from a topic  | Managed subscription and get_message loop |
| [open_put]open_put.rs                   | Open & put to queue or topic             | Putting a message to a queue or topic |
| [readme]readme.rs                       | Example for [README.md]../README.md    | Simple connect, put_message and disconnect |
| [forward]forward.rs                     | Forwards a single message between queues | Syncpoint, get_data_with, put_message, context, message properties |
| [dlopen2]dlopen2.rs                     | Load the MQ library at runtime           | Decoupling compile with the MQ libraries, runtime loading |