Dear All,
I am using AMQv5.9+camel for binding with SMSC using camel-smpp component.
I want to log Error code sent by SMSC via Negative PDU on submit message.
When system receives such negative packet,
org.jsmpp.extra.NegativeResponseException is thrown which I catched in
camel.xml (contains my r
Yes this works for me itself but using encoding in URI makes all messages in
assigned set, means for Unicode msgs. I also want to send text messages
through same connection.
Thus, In my implementation I need to set encoding at runtime so that I could
use same URI connection for sending all types
Hi All,
I am using amq+camel+smpp for working with SMSC. I used SMPP as camel
coponent and use these endpoints in routes. I want to monitor on SMPP
connection bind, logs every SMSC bind and unbind in separate file than
activemq.log.
Kindly guide me in approaching the mentioned event scenario.