I am newbee to servicemix architecture. I have to implement SMPP binding component.
Initially I implemented smppbc under src/deployables/bindingcomponents/servicemix-smpp. It deploys find and I see in the log that component has started from SMPPComponent class but it never invoked SMPPEndpoint class where it binds to SMSC and waits for incoming SMS. Than I created a SMPPPoller and SMPPSender classes under src/common/servicemix-components/smpp directory and I was able to start servicemix using servicemix.xml for SMPPPoller class whose destination service is SMPPSender and working fine. 1. What is the different between deployable binding component versus servicemix-component? 2. When Endpoint class is invoked in deployable binding components? I would really appreciate your help. -- View this message in context: http://www.nabble.com/SMPPBC%3A-Should-it-be-in-src-deployables-bindingcomponents--tp19769579p19769579.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
