memaskal commented on PR #7618: URL: https://github.com/apache/camel/pull/7618#issuecomment-1127342551
Another issue I found along the way and probably could be verified and resolved in a new issue !? SmppMessage.createBody is dead code. The SmppMessage object is created only from the SmppBinding class when a deliverSm, AlertNotification, or dataSm arrives at Camel. Only the deliverSm is an instance of MessageRequest and the org.apache.camel.component.smpp.SmppBinding#createSmppMessage(org.apache.camel.CamelContext, org.jsmpp.bean.DeliverSm) always sets the body, thus the createBody is never used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
