Hi,
Thanks for the pointer!
Gary Tully wrote:
>
> filePendingMessagecursor is your man here, and configure a systemUsage
> memory limit that controls how much memory resources are consumed by
> the cursors before offloading to the local filesystem kicks in.
>
Could you provide a simple confi
On Thu, 2010-08-12 at 14:14 -0700, cppdeveloper wrote:
>
> Timothy Bish wrote:
> >
> > You can append this option to the connection URI to get the Commands
> > that are sent and received logged to the console:
> >
> > transport.commandTracingEnabled=true
> >
> > I Don't know how to configure th
Patch has been created and submitted to the Jira issue.
Matthew J. wrote:
>
> Jira created as AMQ-2857.
>
> https://issues.apache.org/activemq/browse/AMQ-2857
>
> I have not yet created or posted a patch for the issue.
>
>
> Timothy Bish wrote:
>>
>> ...
>>
>> Can you open a new Jira issu
ok, thanx, that worked.
Søren
--
View this message in context:
http://old.nabble.com/CMS-getString-throws-exception-if-string-is-empty---tp29420197p29423567.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
On Thu, 2010-08-12 at 14:17 -0700, Sodan wrote:
> what file was changed?
>
> Søren
Check the svn log: svn log -v -l 1
Regards
Tim.
>
>
> Timothy Bish wrote:
> >
> > On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote:
> >> example:
> >>
> >> try {
> >> string xx = map->getString("myString");
>
what file was changed?
Søren
Timothy Bish wrote:
>
> On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote:
>> example:
>>
>> try {
>> string xx = map->getString("myString");
>> return xx;
>> }
>> catch (...) {
>> // failed
>> MessageBeep(-1);
>> }
>>
>>
>> if the field myString in the message is
Timothy Bish wrote:
>
> You can append this option to the connection URI to get the Commands
> that are sent and received logged to the console:
>
> transport.commandTracingEnabled=true
>
> I Don't know how to configure that on the OpenMQ side.
>
> Regards
>
When I did this to the ActiveMQ-
On Thu, 2010-08-12 at 13:53 -0700, cppdeveloper wrote:
> How can I find which Frame is returned? Is this in a log somewhere? All I see
> on the screen of the OpenMQ broker is:
>
> INFO: Create JMS connection for user admin with client id
> ID:csa-nexus-54731-1281646773388-1:0
> Aug 12, 2010 12:59
How can I find which Frame is returned? Is this in a log somewhere? All I see
on the screen of the OpenMQ broker is:
INFO: Create JMS connection for user admin with client id
ID:csa-nexus-54731-1281646773388-1:0
Aug 12, 2010 12:59:33 PM
INFO: Started JMS connection
4439188484301059840[ID:csa-ne
On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote:
> example:
>
> try {
> string xx = map->getString("myString");
> return xx;
> }
> catch (...) {
> // failed
> MessageBeep(-1);
> }
>
>
> if the field myString in the message is empty (ie. ""), then it throws an
> exception.
>
> I am using 3.2.2
>
I am trying to run performance module from my desktop to measure broker
performance (brokers are on Linux VMs). I followed steps from
http://activemq.apache.org/activemq-performance-module-users-manual.html to
build amq from source and ran 'mvn clean install' from 'activemq-tooling'.
But the follo
On Thu, 2010-08-12 at 09:35 -0700, cppdeveloper wrote:
> I am trying to connect an ActiveMQ-CPP client with an Oracle OpenMQ broker
> via STOMP. Both manufacturers claim this will work, and I have been able to
> get an ActiveMQ-CPP client to connect to an ActiveMQ broker via STOMP, an
> OpenMQ clie
Thanks. Can you point to a description of the filePendingMessageCursor, so I
understand it's implementation?
-Original Message-
From: Gary Tully [mailto:gary.tu...@gmail.com]
Sent: Thursday, August 12, 2010 11:46 AM
To: users@activemq.apache.org
Subject: EXTERNAL: Re: ActiveMQ disconnect
Windows 7
Visual Studio 2010
Søren
Timothy Bish wrote:
>
> On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote:
>> example:
>>
>> try {
>> string xx = map->getString("myString");
>> return xx;
>> }
>> catch (...) {
>> // failed
>> MessageBeep(-1);
>> }
>>
>>
>> if the field myString in the mess
On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote:
> example:
>
> try {
> string xx = map->getString("myString");
> return xx;
> }
> catch (...) {
> // failed
> MessageBeep(-1);
> }
>
>
> if the field myString in the message is empty (ie. ""), then it throws an
> exception.
>
> I am using 3.2.2
>
filePendingMessagecursor is your man here, and configure a systemUsage
memory limit that controls how much memory resources are consumed by
the cursors before offloading to the local filesystem kicks in.
On 12 August 2010 16:59, Robillard, Greg L wrote:
> Not certain where to begin.
>
> apache-ac
I am trying to connect an ActiveMQ-CPP client with an Oracle OpenMQ broker
via STOMP. Both manufacturers claim this will work, and I have been able to
get an ActiveMQ-CPP client to connect to an ActiveMQ broker via STOMP, an
OpenMQ client with an OpenMQ broker via STOMP, and an OpenMQ client with
Not certain where to begin.
apache-activemq-5.3.2
using non-persistent queues
using openwire jms connections
Problem described:
Normal operation has about 30 clients connected receiving between 300 and 500
messages per minute. Problem occurs if a single client configures a large
amount of dat
example:
try {
string xx = map->getString("myString");
return xx;
}
catch (...) {
// failed
MessageBeep(-1);
}
if the field myString in the message is empty (ie. ""), then it throws an
exception.
I am using 3.2.2
please help with a fix asap !
Søren
--
View this message in context:
http://o
my guess is an attempt to purge a non existent destination from the
admin tool will create it as a side effect.
On 12 August 2010 07:41, cmoulliard wrote:
>
> You are right except in the case that you don't provide access rights for
> producers/consumers to create queues/topics dynamically but wa
We are getting
javax.jms.JMSException: Wire format negotiation timeout: peer did not send
his wire format.
exception inconsistently.
We have tried the workaorund provided in
https://issues.apache.org/activemq/browse/AMQ-1473
But it didnt help us by increasing negotiation timeout.
Can anyone
21 matches
Mail list logo