read and set the jersey client properties
[dmaap/messagerouter/dmaapclient.git] / src / main / java / org / onap / dmaap / mr / client / impl / MRSimplerBatchPublisher.java
index 8f2a66e..9b969a6 100644 (file)
@@ -707,6 +707,7 @@ public class MRSimplerBatchPublisher extends MRBaseClient implements MRBatchingP
 
        public void setProps(Properties props) {
                this.props = props;
+               setClientConfig(DmaapClientUtil.getClientConfig(props));
        }
 
        public String getProtocolFlag() {