Esri / rabbitmq-for-geoevent

ArcGIS GeoEvent Extension for Server sample RabbitMQ connectors for connecting to RabbitMQ message servers.
Apache License 2.0
3 stars 4 forks source link

Fix Issue #2414 - Missing Virtual Host Property #11

Closed eironside closed 5 years ago

eironside commented 5 years ago

Formatted all files to match code standards and modified some logging pom: Removed unneded dependencies, change version 10.4, update maven plugin/amqp-client/lyra versions, target java 1.8 RabbitMQBase: amqp-client channel added timeout exception RabbitMQConnectionBroker: amqp-client channel added timeout exception, modified logging RabbitMQConnectionListener: Added connectionInfo for better logging RabbitMQInboundTransport & RabbitMQInboundTransport: Added check for empty/null Virtual Host property RabbitMQInboundTransportDefinition & RabbitMQInboundTransportDefinition: Removed getVersion() added release to description , added VirtualHost property RabbitMQInboundTransportService & RabbitMQInboundService: added log message to avoid confusion on loading (log says file not open) rabbitmq-transport.properties: updated VirtualHost label and description

eironside commented 5 years ago

Issue #2414