Hi,
I am not sure if I get your question. If you bind the listening socket to
localhost: it is bound to the (IPv4) loopback interface, which is of course
only reachable from the local host.
If you want to bind to all interfaces, you would have to use mllp:0.0.0.0:
(which would mean al
Hi Damien,
Sorry for the late response, been a bit busy with Camel and Rabbit routes at
work.
Did you get this to work by any chance?
If not, I think what's missing in your test setup is the @Bean declarations in
your test context. In the pastebin example you posted I saw an empty
@Configurati
Hi All,
Would anyone know how to configure the timeout values for the below connection
pool or the connection pool itself? Been having some issues lately in a test
environment with this and the timeout check seems to happen every few
milliseconds producing huge amounts of log files.
We're suspe
I have an external system sending HL7 messages via MLLP (I could use netty) and
if I specify localhost or 127.0.0.1 the external system says the port is not
open. If I use hostname, it works fine.
from("mllp://HOSTNAME:") This works
from("mllp://localhost:") this doesn't (for t
Hi,
perhaps you can use a configuration file (cxf.xml) like in
http://cxf.apache.org/docs/bus-configuration.html. The entry:
should work...
Best regards
Björn
Von:"Duchaine, David"
An: "users@camel.apache.org"
Datum: 02.10.2018 16:
Hi Sowjanya,
there's a discussion on CAMEL-12484[1] that might help in this case
also, adding idleTimeout=5000 to httpClientProperties. And you're very
welcome to create a JIRA issue and/or work on a contribution via pull
request for this specific issue/suggestion,
thanks,
zoran
[1] https://issu