How to log SMPP error codes sent by SMSC for Negative packets

2015-08-14 Thread PinkSs
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

Re: data_coding in camel-smpp

2014-06-10 Thread PinkSs
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

Re: SMPP type connection.

2014-05-06 Thread PinkSs
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.