Thanks!
I think I'll leave everything as it is. Given what's going on with this
particular network environment, I'd wager it was a hiccup. I haven't seen this
error since then.
Steve
Some time ago I noticed a dropped connection, and saw an error along the lines
of "Channel was inactive for too long". I made note of various folks here and
elsewhere saying that the way to prevent this from happening is adding
wireFormat.maxInactivityDuration=0
So now I've got the time to lo
virtual MessageConsumer* createConsumer(
> const Destination* destination,
> const std::string& selector )
>
> On Tue, Jun 23, 2009 at 12:18 PM, Stephen Pietrowicz
> wrote:
>
>>
>> Hi,
>>
>> What's the right way to specify
Hi,
What's the right way to specify a consumer selector using ActiveMQ cpp?
I tried:
_destination = _session->createTopic( topicName+"?consumer.selector='info =
"+_info+"'");
and got the error
URISupport::parseQuery - Invalid URI Option.
FILE: activemq/util/URISupport.cpp, LINE: 141
dcheckoway wrote:
>
> Stephen, thanks for that tip...by setting producerFlowControl="false" in
> activemq.xml, that seems to have solved the issue! Seems like memory is
> now the only limit (easily fixed). Thanks very much for pointing me in
> the producerFlowControl direction!
>
Glad that
We've run into this hanging problem as well, but weren't able to isolate this
in our code enough to create a test that makes this happen. Thanks for
doing this!
After looking through the archives, we tried setting
"producerFlowControl=false", which fixed the problem. Unfortunately, we've
run in
opics, but never received). I just turned off flow
control, as suggested in the messages in that report, and will see if that
helps.
srp
Timothy Bish wrote:
>
> On Tue, 2009-04-21 at 05:31 -0700, Stephen Pietrowicz wrote:
>> Any thoughts on this?
>>
>
> Can you share s
Any thoughts on this?
Stephen Pietrowicz wrote:
>
> Hi,
>
> I'm using ActiveMQ 5.2.0 Server.
>
> I publish a lot of events on a topic, and consume them. At some point,
> after many messages, I get the message "response from futureResponse was
> inva
Hi,
I'm using ActiveMQ 5.2.0 Server.
I publish a lot of events on a topic, and consume them. At some point,
after many messages, I get the message "response from futureResponse was
invalid" when I try to publish on that topic.
I can publish on other topics with no problem.
I broke out jcon
Hi,
I'm trying to change the location of -Dactivemq.base. In the activemq
script, you can do this by setting the environment variable ACTIVEMQ_BASE to
something besides the default, which is $ACTIVEMQ_HOME.
I set ACTIVEMQ_BASE=/tmp, and ran activemq with a simplified version of the
conf/active
Hi,
Someone I'm working with ran into the bug listed in:
https://issues.apache.org/activemq/browse/AMQCPP-171
which where code was timing out because of a slow connection. That issue
was resolved by setting the property
transport.ResponseCorrelator.maxResponseWaitTime
to something higher.
11 matches
Mail list logo