Hi,
You'd want to put log DSL right after "to apns:notify"
https://camel.apache.org/log.html
Thanks,
Tomo
On 11/15/2016 03:26 AM, nsaran5 wrote:
<camel:route id="apnsSendNotification">
<camel:from uri="direct:ms_apnsSendNotification" />
<camel:to uri="apns:notify" />
</camel:route>
<route id="iOSPriceDrop">
<to uri="direct:ms_apnsSendNotification" />
want to print the response getting from APNS but it is not displaying.
Anyone can help on this. Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-Print-the-response-send-from-APNS-tp5790114.html
Sent from the Camel - Users mailing list archive at Nabble.com.