blob: dcdc9d68d7ae5cd0325fadf9a14d94c30ea68201 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-smpp"]
= SMPP
:linkattrs:
:cq-artifact-id: camel-quarkus-smpp
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Send and receive SMS messages using a SMSC (Short Message Service Center).
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Send and receive SMS messages using a SMSC (Short Message Service Center).
[id="extensions-smpp-whats-inside"]
== What's inside
* xref:{cq-camel-components}::smpp-component.adoc[SMPP component], URI syntax: `smpp:host:port`
* xref:{cq-camel-components}::smpp-component.adoc[SMPP (Secure) component], URI syntax: `smpps:host:port`
Please refer to the above links for usage and configuration details.
[id="extensions-smpp-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-smpp</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]