|
Page Edited :
SM :
servicemix-smpp
servicemix-smpp has been edited by Jean-Baptiste Onofré (Feb 01, 2009). Content:ServiceMix SMPPThe ServiceMix SMPP component provides support for receiving and sending SMS using the SMPP protocol
InstallationSimply drop the servicemix-smpp installer zip in an hotdeploy directory monitored by ServiceMix. EndpointsConsumer Endpoint <smpp:consumer service="test:service" endpoint="endpoint" host="smpp.example.com" port="2700" systemId="user" password="passwd"/>
MarshalersBy default, SMPP endpoints expect (and generate) the content of the message in XML format. If you want to manipulate different format, you need to define your own marshaler. SMPP marshaler example <?xml version="1.0"?> <beans xmlns:smpp="http://servicemix.apache.org/smpp/1.0" xmlns:test="http://test"> <smpp:consumer service="test:smpp" endpoint="endpoint" host="smpp.example.com" port="2700" systemId="test" password="test"> <property name="marshaler"> <bean class="org.apache.servicemix.smpp.marshaler.OtherSmppMarshaler"/> </property> </smpp:consumer> </beans> |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
