SMPP
JVM since1.1.0 Nativeunsupported
Send and receive SMS messages using a SMSC (Short Message Service Center).
What’s inside
-
SMPP component, URI syntax:
smpp:host:port
-
SMPP (Secure) component, URI syntax:
smpps:host:port
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smpp</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.