22d934eb54
Added: - amqp-publish: added support for specifying headers via the -H flag - Add support for specifying timeout for amqp_login calls via amqp_set_handshake_timeout - Add support for specifying timeouts in RPC-style AMQP methods via amqp_set_rpc_timeout - Add define for AMQP_DEFAULT_VHOST - Support for SSL SNI - Support for OpenSSL v1.1.0 Changed: - rabbitmq-c now requires Windows Vista or better - rabbitmq-c enables TCP keep-alive by default on platforms that support it - dropped support for compiling rabbitmq-c without threading support - OpenSSL is no longer un-intialized automatically by default. OpenSSL can be explicitly initialized by calling amqp_initialize_ssl_library and uninitialized by calling amqp_uninitialize_ssl_library. Fixed: - Correct bugs in processing of --url flag in tools - Improve documentation on AMQP_SASL_METHOD_EXTERNAL - Improve support for compiling under mingw-w64 - Better support for handing SIGPIPE on Linux over SSL - Improve publish performance on Linux by not specifying MSG_MORE on last part of message. - Fix connection logic where multiple hostnames won't be tried if connection to doesn't fail immediately Removed: - autotools build system has been removed - many duplicate amqps_* examples, they did not add a lot of value
21 lines
513 B
Text
21 lines
513 B
Text
@comment $NetBSD: PLIST,v 1.8 2018/05/14 15:51:40 fhajny Exp $
|
|
bin/amqp-consume
|
|
bin/amqp-declare-queue
|
|
bin/amqp-delete-queue
|
|
bin/amqp-get
|
|
bin/amqp-publish
|
|
include/amqp.h
|
|
include/amqp_framing.h
|
|
include/amqp_ssl_socket.h
|
|
include/amqp_tcp_socket.h
|
|
lib/librabbitmq.a
|
|
lib/librabbitmq.so
|
|
lib/librabbitmq.so.4
|
|
lib/librabbitmq.so.4.3.0
|
|
lib/pkgconfig/librabbitmq.pc
|
|
man/man1/amqp-consume.1
|
|
man/man1/amqp-declare-queue.1
|
|
man/man1/amqp-delete-queue.1
|
|
man/man1/amqp-get.1
|
|
man/man1/amqp-publish.1
|
|
man/man7/librabbitmq-tools.7
|