Re: where to put java classes/jars for bean invocation via camel?

2010-10-05 Thread Illtud Daniel
Illtud Daniel wrote: $ cd /usr/local/activemq/lib $ mkdir -p uk/org/llgc/testing $ cp /tmp/HelloWorld.class uk/org/llgc/testing OK, my friendly java programmer tells me you can't put class files in lib directories, you have to package them as jars, and that does indeed appear to

Large messages, slow consumers and java heap space

2011-03-07 Thread Illtud Daniel
minimum, at the expense of performance, disk space, anything else? Am I just expecting too much because my messages are too big? -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol Chief Technical Officer Llyfrgell Genedlaethol Cymru National Library of Wales

Re: Large messages, slow consumers and java heap space

2011-03-08 Thread Illtud Daniel
On 07/03/11 18:19, Illtud Daniel wrote: I've attempted to read everything I can about producer flow control, message cursors, prefetch limits, etc. and I still can't get it to do what I want. I don't care about speed at all, I have plenty of disk space, and all messages

Re: Large messages, slow consumers and java heap space

2011-03-08 Thread Illtud Daniel
some details. That's the MEAP book I have at the moment. -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol Chief Technical Officer Llyfrgell Genedlaethol Cymru National Library of Wales

Re: Large messages, slow consumers and java heap space

2011-03-08 Thread Illtud Daniel
e messages with xpath, populating headers as they go, etc. I'm moving our message broker to a 64-bit machine and giving it more heap. I'll report back. -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol Chief Te

Re: Large messages, slow consumers and java heap space

2011-03-08 Thread Illtud Daniel
7;t look at was maxPageSize & lazyDispatch, but I think it was camel that was taking all the heap as it was being producer-blocked, but still consuming. I'll ask about that on the camel list. Thanks to all who replied. -- Illtud Daniel illtud.dan

ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-08 Thread Daniel Laugt
n the java client side but not in the c++ client side. Is it possible to merge this fix to ActiveMQ-CPP? Attached on this email a diff of what I've merged from AMQ-2877 to resolve the problem on my ActiveMQ-CPP. This diff can be used probably as a suggestion... Regards, Daniel Laügt.

RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-08 Thread Daniel Laugt
It seems that email attachment is not allowed... I put the diff directly below... Daniel Laügt. --- soseco/7.4/7.4.stable/nirvana/tools/amq/src/main/activemq/state/ConnectionStateTracker.h 2011/10/19 10:02:31146083 +++ soseco/7.4/7.4.stable/nirvana/tools

RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-08 Thread Daniel Laugt
Hello, I'm using a synchronous consumer. If I understand well the configuration prefetch size = 0 makes the consumers as synchronous. Regards, Daniel. -Original Message- From: Oscar Pernas [mailto:os...@pernas.es] Sent: 08 November 2011 15:45 To: users@activemq.apache.org Subjec

RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-08 Thread Daniel Laugt
For ActiveMQ-CPP, I'm using the version 3.4.0. Daniel. -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 08 November 2011 16:21 To: users@activemq.apache.org Subject: RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the Messag

RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-09 Thread Daniel Laugt
en in the ConnectionStateTracker class. This is not the case in the trunk of ActiveMQ-CPP. Daniel. -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 08 November 2011 16:33 To: users@activemq.apache.org Subject: RE: ActiveMQCPP - Failover and prefetch=0 can result in hung

RE: ActiveMQCPP - Failover and prefetch=0 can result in hung consumers if the MessagePull command is lost

2011-11-09 Thread Daniel Laugt
Ok I've opened a Jira issue for this: https://issues.apache.org/jira/browse/AMQCPP-384 Thanks, Daniel. -Original Message- From: Timothy Bish [mailto:tabish...@gmail.com] Sent: 09 November 2011 12:14 To: users@activemq.apache.org Subject: RE: ActiveMQCPP - Failover and prefetch=

How can I configure HttpClient?

2011-12-01 Thread Daniel Zweifel
everse-proxy I have to use the basic authentication scheme and to be able to set additional http headers. Now to my question: How can I access/configure the HttpClient sender that ActiveMQ uses for the HttpTransport? Any idea is greatly appreciated. Regards Daniel -- View this

Security filters

2024-05-10 Thread Daniel Martín Anido
quot;type" property is used to determine which users can access which messages. For example, is it possible to have a element or attribute within the or elements? Thanks, Daniel

Re: Security filters

2024-05-10 Thread Daniel Martín Anido
Oops, I should have mentioned I'm using ActiveMQ Artemis. On Fri, 10 May 2024 at 16:03, Matt Pavlovich wrote: > Hi Daniel- > > ActiveMQ supports a Message Level Security for custom handling for > message-level-security: > > https://activemq.apache.org/components/classic

Route MQTT messages to webservice

2015-09-04 Thread Daniel Oliveira Nascimento
ssage?destination=topic://test&clientId=consumer" Thanks, -- *Daniel Oliveira Nascimento *

Re: Route MQTT messages to webservice

2015-09-06 Thread Daniel Oliveira Nascimento
el Route ${bodyAs(String)} Regards, -- *Daniel Oliveira Nascimento * 2015-09-04 17:34 GMT-03:00 Daniel Oliveira Nascimento < daniel.nascime...@devexmining.com>: > Hi, > > I'm starting using the routing capabilities of Acti

Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-09 Thread Donoso Gabilondo, Daniel
I've a program that uses activemq-cpp library (Activemq-cpp 3.4.0) The program compiles and works well on Fedora Core 12. I need to use Fedora Core 15 or Fedora16. I compiled and installed activemq-cpp library as always. I compile my program, using the same activemq-cpp version and the same FC1

RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-09 Thread Donoso Gabilondo, Daniel
I downloaded unreleased version of ActiveMQ-CPP 3.4.1 and now it works fine. -Mensaje original- De: Donoso Gabilondo, Daniel [mailto:daniel.don...@ikusi.com] Enviado el: viernes, 09 de diciembre de 2011 12:25 Para: users@activemq.apache.org Asunto: Segfault with ActiveMQ-CPP 3.4.0

RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 15 and Fedora 16)

2011-12-15 Thread Donoso Gabilondo, Daniel
y of the project and after compile again, the applicacion works, without activemqcpp but works. Any Idea? -Original Message- From: Donoso Gabilondo, Daniel Sent: Friday, December 09, 2011 3:23 PM To: users@activemq.apache.org Subject: RE: Segfault with ActiveMQ-CPP 3.4.0 (Fedora 1

ActiveMQ-CPP with SSL

2012-05-11 Thread Daniel Duarte Figueiredo
the broker, and set the properties that point the location of these files. Daniel Duarte Figueiredo

RES: ActiveMQ-CPP with SSL

2012-05-11 Thread Daniel Duarte Figueiredo
y to create a certificate, for test purposes. Daniel Duarte Figueiredo -Mensagem original- De: Timothy Bish [mailto:tabish...@gmail.com] Enviada em: sexta-feira, 11 de maio de 2012 15:02 Para: users@activemq.apache.org Assunto: Re: ActiveMQ-CPP with SSL On Fri, 2012-05-11 at 14:50 -0300,

REST "Consuming without sessions" not working?

2011-09-15 Thread Daniel Serodio (lists)
jsp?JMSDestination=test and I don't see a 'consumerA' clientId, only ID:dserodio.local-61330-1315933797615-4:4 etc. Is this a bug or am I misunderstanding this feature? Thanks, Daniel Serodio

How change MQTT QoS using NMS

2014-06-09 Thread Daniel Oliveira Nascimento
t what i'm doing wrong? Thanks, Daniel

Re: How change MQTT QoS using NMS

2014-06-09 Thread Daniel Oliveira Nascimento
uestion is if has any way to do that (consume these messages with QoS 1) producing then with NMS api. If not how should I do that? Thanks, Daniel 2014-06-09 18:10 GMT-03:00 Timothy Bish : > On 06/09/2014 04:43 PM, Daniel Oliveira Nascimento wrote: > >> Hi all, >> >>

Re: How change MQTT QoS using NMS

2014-06-10 Thread Daniel Oliveira Nascimento
Fixed setting QoSPropertyName in Message object. Properties.SetInt("QoSPropertyName", 1); 2014-06-09 20:51 GMT-03:00 Daniel Oliveira Nascimento < daniel.nascime...@devexmining.com>: > I create a producer publishing messages in a topic using NMS, and I have > MQTT consum

Expire user session in ActiveMQ Classic Web Console

2022-06-21 Thread Quintero Andrade Steven Daniel
Hi there, >From the ActiveMQ support JIRA, I was redirected to these emails. I need to change the session timeout setting, please indicate the steps to follow for the user's session to expire in the ActiveMQ Classic web console. According to the documentation of activemq you indicate that it is

Discover queues and topics on JNDI

2010-03-21 Thread Daniel Luis dos Santos
Hello, I am trying to discover what queues and topics are registered on the JNDI namespace of activeMQ. Right now I am discovering the connection factories and a dynamicTopics and dynamicQueues naming contexts that I don't know what they are. Is it possible ? -- View this message in context: h

Re: Discover queues and topics on JNDI

2010-03-22 Thread Daniel Luis dos Santos
upport.html > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Mon, Mar 22, 2010 at 12:04 AM, Daniel Luis

<    1   2