Hi,
While playing with camel, found out, looks to me like a bug, when have more
than one NettyProducer in JVM, if I want to stop one of them, it will end up
close all the channels belong to other producer(s). After looking into the
source code, found the ALL_CHANNELS in the class NettyProducer is
As you may know, the Camel SMPP component relies on JSMPP [1]. Do you know
whether JSMPP supports it?
[1] https://github.com/uudashr/jsmpp
Best,
Christian
-
Software Integration Specialist
Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache
Thanks for taking care of it. I was "offline" for a few days...
Best,
Christian
-
Software Integration Specialist
Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member
https://www.linkedin.com/pub/christian-mueller/11/551
CAMEL SMPP: does not support response_timer as per SMPP Protocol
Specification SMPP-3.4 versio.
I checked up the code and camel documentation and verified that it uses the
transaction_timer (which as per specs relates to inactivity_timer).
I have a requirement where in I have to do retries using
Hi Petter
Thx for your reply.
My solution would be much simpler if the method
org.apache.camel.impl.DefaultExecutorServiceManager#createThreadFactory is a
protected method.
As I read somewhere in the forum from Claus that Contributions are welcome
:) - should I try to contribute the change or