.initializeSendOnly() was trying to create app & dlqs. In reality it should only do enough setup to allow the library to connect and send a message only.
This fix introduces connect()disconnect() to the transport definition so that the transport implementation can be more specific around how it starts up.
.initializeSendOnly()
was trying to create app & dlqs. In reality it should only do enough setup to allow the library to connect and send a message only.This fix introduces
connect()
disconnect()
to the transport definition so that the transport implementation can be more specific around how it starts up.