I have removed the attachment which didn't have ASF grant and added two new attachments with ASF permission.
1. servicemix-component.tar which is older architecture of smpp binding component under src/common/servicemix-componnents/smpp 2. servicemix-smpp.tar which is newer architecture of smpp binding component unser src/deployables/bindingcomponents. Let me know if you have any questions. I have resolved all the issues including I asked earlier aout chaining from poller to sender. Thanks, Rohit Joshi JIRA [EMAIL PROTECTED] wrote: > > New binding component: SMPP > --------------------------- > > Key: SM-1623 > URL: https://issues.apache.org/activemq/browse/SM-1623 > Project: ServiceMix > Issue Type: Improvement > Components: servicemix-components > Reporter: Rohit Joshi > Fix For: 3.2.2 > Attachments: servicemix-components.tar > > I am submitting here source code for SMPP binding component. See the > attached tar file. > Attached servicemix-component.tar file contains following files. It should > be deployed under apache-servicemix-3.2.2/src/common directory. > > ******** > SOURCE > *********** > servicemix-components/src/main/java/org/apache/servicemix/components/smpp/ > servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPMarshaler.java > servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPPoller.java > servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPSender.java > servicemix-components/src/main/java/org/apache/servicemix/components/smpp/servicemix.xml > ****** > TEST > ******** > servicemix-components/src/test/java/org/apache/servicemix/components/smpp/ > servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPPollTest.java > servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPTest.java > ********* > pom.xml > ******** > servicemix-components/pom.xml > this file adds the dependency on smppapi. > > <dependency> > <groupId>smppapi</groupId> > <artifactId>smppapi</artifactId> > <version>0.3.7</version> > <optional>false</optional> > </dependency> > > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28SM-1623%29-New-binding-component%3A-SMPP-tp19880566p19900352.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
