Commit f62f7ed
authored
AMQNET-837 Add buffersizes support for ssl scheme (#31)
configuring transport.sendBufferSize and transport.receiveBufferSize through client url only works for tcp scheme .
SslTransportFactory inherits from TcpTransportFactory however it doesnt set the sendBufferSize and receiveBufferSize properties.1 parent b89b749 commit f62f7ed
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments