You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Tim Bain <tb...@alumni.duke.edu> on 2018/04/02 03:19:19 UTC

Fwd: Camel generating message with correlationid=null and tmp-queue null

The OP sent the following message to me directly late last week, after he
was unable to post it to the mailing list. I think it could be confusing to
anyone following the thread later for me to reply directly to it as the
first time it hits the mailing list, so I'm forwarding it to the list now,
and then I'll add my responses in a separate message.

Tim

---------- Forwarded message ----------
From: <ma...@gmail.com>
Date: Thu, Mar 29, 2018 at 5:44 PM
Subject: Re: Camel generating message with correlationid=null and tmp-queue
null
To: tbain@alumni.duke.edu


I dont know, because of some reasons I am not able to post using threads. I
tried two times but not able to send :(

I am sorry, I will not do delete of threads, instead will follow as
suggested.

1) for correlation id generating null and temperary queue names generating
null : right now we are not getting as we have disconnected one network
connector [ using A,B network connector]

2) blocking_queue : whenever client request broker via http channel, broker
is creating blocking queue and storing in map with clientid and it is using
the same for other requests like GET,POST.
so this blocking_queue is not an AMQDesitination, instead it is java queue.
so this question is not a valid one.

3) for the inactivity monitor : thank you for advising the cause of
disconnection. we have overriden org.apache.activemq.transport.
http.HttpTransportFactory.compositeConfigure()
and creating InactivityMonitor same as like super class only difference is
we have overriden onException. This code is proper.
but main observation is, whatever setConnectAttemptTimeout we have set,
after that exactly it is disconnecting even useKeepAlive is true.
is this the behaviour of inactivity monitor ? actually it should close
connection only when there is inactivity, still it is closing connection
even if it is active.


Thank you

_____________________________________
Sent from http://activemq.2283324.n4.nabble.com

Re: Camel generating message with correlationid=null and tmp-queue null

Posted by Tim Bain <tb...@alumni.duke.edu>.
I just realized that the OP seems to have created a new thread about the
same issue at
http://activemq.2283324.n4.nabble.com/Inactivity-Monitor-closing-connection-exactly-at-given-timeout-even-keepalive-true-td4738132.html,
so I'm abandoning this one unless he replies with information that's
relevant to this thread specifically.

Tim

On Sun, Apr 1, 2018 at 9:19 PM, Tim Bain <tb...@alumni.duke.edu> wrote:

---------- Forwarded message ----------
> From: <ma...@gmail.com>
> Date: Thu, Mar 29, 2018 at 5:44 PM
> Subject: Re: Camel generating message with correlationid=null and
> tmp-queue null
>
> 3) for the inactivity monitor : thank you for advising the cause of
> disconnection. we have overriden org.apache.activemq.transport.
> http.HttpTransportFactory.compositeConfigure()
> and creating InactivityMonitor same as like super class only difference is
> we have overriden onException. This code is proper.
> but main observation is, whatever setConnectAttemptTimeout we have set,
> after that exactly it is disconnecting even useKeepAlive is true.
> is this the behaviour of inactivity monitor ? actually it should close
> connection only when there is inactivity, still it is closing connection
> even if it is active
>