Performance. Single producer and consumer is slow - 2 producers and 2 consumers is fast.

2017-07-18 Thread Daniel
I've set up ActiveMQ on a host. I run one producer and one consumer. The producer is simply pumping 10 000 messages into a queue using a pooled connection. The consumer simply fetches messages. This is slow. When I add another consumer process nothing changes. When I add another producer process (

Re: Performance. Single producer and consumer is slow - 2 producers and 2 consumers is fast.

2017-07-18 Thread Daniel
Extra info: I'm running version 5.15.0. -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-Single-producer-and-consumer-is-slow-2-producers-and-2-consumers-is-fast-tp4728648p4728649.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Performance. Single producer and consumer is slow - 2 producers and 2 consumers is fast.

2017-07-25 Thread Daniel
Thanks for the responses Tim. I was getting emails to my spam so I didn't see them. After some digging it appears I know the reason for the different performance we see. ActiveMQ has a threadpool of 1 thread persisting messages received to a queue to disk. In the situation where we have multiple

Re: Performance. Single producer and consumer is slow - 2 producers and 2 consumers is fast.

2017-07-25 Thread Daniel
I'm referring to this part of the code: https://github.com/apache/activemq/blob/master/activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java#L882 -- View this message in context: http://activemq.2283324.n4.nabble.com/Performance-Single-producer-and-consumer-is-slow-2-produ

How to do a check health with telnet on ActiveMQ

2020-01-16 Thread Daniel Trüssel
/example.yml#L88-L97 kind regards Daniel

Re: How to do a check health with telnet on ActiveMQ

2020-01-20 Thread Daniel Trüssel
On 16.01.20 20:26, Tom Hall wrote: I think you might be better off using something like this: https://github.com/prometheus/jmx_exporter -Tom blackbox_exporter is a requirement for customer. Can't install jmx_exporter

Re: How to do a check health with telnet on ActiveMQ

2020-01-20 Thread Daniel Trüssel
On 18.01.20 03:09, Tim Bain wrote: One thing to keep in mind when health checking ActiveMQ (whether via Prometheus or a load balancer) is that anything that opens a TCP socket to the OpenWire port without actually sending any content will result in the broker logging some content for each such co

Re: How to do a check health with telnet on ActiveMQ

2020-01-22 Thread Daniel Trüssel
et into the ActiveMQ code and build a health check endpoint that behaves exactly how you want it to. Thanky you. It's helpful to know that what I search for doesn't exist. Have a good day cheers Daniel

Mismatch in documentation regarding producerFlowControl behavior

2022-01-05 Thread Daniel Navrotsky
excess messages will be written to the message store to prevent memory exhaustion. However, when the message store reaches capacity the producer will be throttled until resources are freed. Best regards, Daniel

RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-06 Thread Daniel Navrotsky
you please bring an example of cursor and message type where the behavior will be different depending on producerFlowControl param? Thanks, Best regards, Daniel -Original Message- From: Matt Pavlovich Sent: Thursday, January 6, 2022 7:42 PM To: users@activemq.apache.org Subject: Re

RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-06 Thread Daniel Navrotsky
eaches capacity the producer will be throttled until resources are freed". Thanks, Daniel -Original Message- From: Matt Pavlovich Sent: Thursday, January 6, 2022 11:17 PM To: users@activemq.apache.org Subject: Re: Mismatch in documentation regarding producerFlowControl behavior

RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-09 Thread Daniel Navrotsky
regards, Daniel -Original Message- From: Tim Bain Sent: Friday, January 7, 2022 5:52 AM To: ActiveMQ Users Subject: Re: Mismatch in documentation regarding producerFlowControl behavior CAUTION: This email originated from outside of the organization. Do not click links or open attachments

ActiveMQ Web Console Concurrent User Limit

2022-01-26 Thread Daniel Hjorth
fault? If not, is there a way to configure a limit? Thanks! Daniel

Re: ActiveMQ Web Console Concurrent User Limit

2022-01-29 Thread Daniel Hjorth
Thank you for that link about concurrent connections. It might be a way to satisfy the security requirement so I will look into it. Daniel On Fri, Jan 28, 2022 at 5:54 AM Tim Bain wrote: > Some of the answers at the bottom of the list of answers for > > https://stackoverflow.com/

Dynamic federation setup - ActiveMQ Artemis

2022-03-16 Thread Daniel Eichinger
ents/artemis/documentation/latest/config-reload.html>). Am I right with my conclusion that setting up address federation dynamically on a "running" broker is currently not possible? Best regards, Daniel Eichinger

Filter with the subject

2022-10-21 Thread Gavrila, Daniel
ssages are coming in LVQ My config is this: METForWTS.A_TB_WDS_Tw METForWTS.A_TB_WDS_Tw.LVQ false Many thanks, Daniel LEONARDO Germany GmbH Sitz der Gesellschaft / Registered Office: Neuss Registergericht / Register Court: Neuss HRB 17453 Gesch?ftsf?hrer / Managing Director: Maurizio De Mitri

Re: Filter with the subject

2022-10-21 Thread Gavrila, Daniel
this was the way to get the messages also in the LVQ queue. Many thanks, Daniel Get Outlook for iOS<https://aka.ms/o0ukef> From: Domenico Francesco Bruscino Sent: Friday, October 21, 2022 5:15:02 PM To: users@activemq.apache.org Subject: Re: Filter with the s

Re: Filter with the subject

2022-10-21 Thread Gavrila, Daniel
thanks! it is working now! 😊 Get Outlook for iOS<https://aka.ms/o0ukef> From: Domenico Francesco Bruscino Sent: Friday, October 21, 2022 7:23:55 PM To: users@activemq.apache.org Subject: Re: Filter with the subject Hi Daniel, the AMQP subject is mappe

Authentication Plugin when using Spring OSGi Extender

2009-05-12 Thread Daniel Rampanelli
nations? I figured I could configure the ConnectionFactory to use a username/password combination which then I could check against in my filter. But it seems to me, not the best solution. Hope you can help. Cheers, Daniel -- View this message in context: http://www.nabble.com/Authentication-Plug

Re: Async error occurred -> ActiveMQ 5.2 and NMS

2009-10-19 Thread Daniel Ellis
We have also experienced this issue when using ActiveMQ 1.2 with NMS. On the server, the wrapper.log file is full of these errors:- INFO | jvm 1| 2009/10/17 13:07:00 | ERROR Service - Async error occurred: javax.jms.JMSException: Unmatched acknowledege: MessageAck {c

Per queue limits on durable messages

2010-01-13 Thread Daniel Kluesing
he notImportant consumer is down for a week. Is there a config setup that will allow this kind of control? Thanks, -Daniel

OOM with high KahaDB index time

2010-01-18 Thread Daniel Kluesing
Hi, I'm running the 5.3 release as a standalone broker. In one case, a producer is running without a consumer, producing small, persistent messages, with the FileCursor pendingQueuePolicy (per https://issues.apache.org/activemq/browse/AMQ-2512) option and flow control memoryLimit set to 100mb

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
I'm happy to give 5.4-snapshot a try -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Wednesday, January 20, 2010 2:08 PM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB index time I have a potential fix for this problem - hoping someone will try out

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
t;; brokerName="sub01chi" dataDirectory="${activemq.base}/data"> -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Monday, January 18, 2010 10:42 PM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB in

RE: OOM with high KahaDB index time

2010-01-21 Thread Daniel Kluesing
o the trunk and ride Rob's patch. Joe Daniel Kluesing-2 wrote: > > I tried the suggestion of going with the default cursor, but I still get > OOM errors. I've included my full config file below, I think I'm running > fairly vanilla/default. > > After abou

RE: OOM with high KahaDB index time

2010-01-26 Thread Daniel Kluesing
@gmail.com] Sent: Thursday, January 21, 2010 9:42 AM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB index time Thanks Daniel! Though please wait for the next valid 5.4 build - looks like its missing a dependency at the moment On 21 Jan 2010, at 16:48, Daniel Kluesing wrote: >

RE: OOM with high KahaDB index time

2010-02-01 Thread Daniel Kluesing
Ran this through some paces, and it works much better. Thanks for the help! -Original Message- From: Gary Tully [mailto:gary.tu...@gmail.com] Sent: Wednesday, January 27, 2010 2:35 AM To: users@activemq.apache.org Subject: Re: OOM with high KahaDB index time Hi Daniel, builds from today

RE: KahaDB data files not cleaned up

2010-02-08 Thread Daniel Kluesing
I'd be interested as well. I'm not using TTL, so I assumed my orphaned/non-sequence log files were due to out of order message consumption, but I also see the occasional log file hang around longer than expected. (say db-50.log then next is db-400.log, so big gap) -Original Message- Fr

ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Daniel Raj
Hi team I could find some details about how to configure ssl but not quite sure if ActiveMQ Classic supports TLS1.2 & TLS1.3. Appreciate if someone could confirm this Thank You Daniel Raj

Re: ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Daniel Raj
Hi Matt, thank you this is very helpful. I’m Using 6.x release with jdk 17. Best Regards Daniel Raj On Tue, 28 May 2024 at 7:45 PM, Matt Pavlovich wrote: > Hi Daniel- > > ActiveMQ’s SSL protocol (TLS1.2, 1.3) support is provided by the JDK. Once > you confirm the ActiveMQ + JDK c

Backup & Restore

2024-06-07 Thread Daniel Raj
Hi All, We are using ActiveMQ Classic. How can I do a backup & restore. Do we have any tools & documented procedures. Thank You Daniel Raj

Re: Backup & Restore

2024-06-08 Thread Daniel Raj
Hi Justin, We are using KahaDB. Thank You Daniel Raj On Sat, 8 Jun 2024 at 8:50 AM, Justin Bertram wrote: > What's your persistenceAdapter configuration? Are you using kahaDB or JDBC? > > > Justin > > On Fri, Jun 7, 2024 at 9:59 PM Daniel Raj wrote: > > &

Need help with federation setup with ActiveMq

2024-06-19 Thread Saju Daniel
Hello All , We see duplicated message at the consumer end on USA federation with a symmetric federation setup as described here - https://activemq.apache.org/components/artemis/documentation/2.20.0/federation-address.html The configuration is described in the stackoverflow query here: https://s

Re: Need help with federation setup with ActiveMq

2024-06-20 Thread Saju Daniel
USA cluster was successfully able to consume the message and it’s marked acknowledged on the consumer queue. Best regards, Saju Daniel > On 20. Jun 2024, at 16:55, Timothy Bish wrote: > > On 6/19/24 14:33, Saju Daniel wrote: >> Hello All , >> >> We see duplica

Re: Need help with federation setup with ActiveMq

2024-06-20 Thread Saju Daniel
We are using the the latest version of activemq . 2.33 . Forgot to mention this Best regards Saju Daniel > On 20. Jun 2024, at 18:50, Saju Daniel wrote: > > Hello Tim, > > Thanks for the reply . We figured out the reason for duplicate message . > > It was caused by

Re: Need help with federation setup with ActiveMq

2024-06-21 Thread Saju Daniel
false Regards, Saju On Thu, 20 Jun 2024 at 20:44, Timothy Bish wrote: > On 6/20/24 12:50, Saju Daniel wrote: > > Hello Tim, > > > > Thanks for the reply . We figured out the reason for duplicate message . > > > > It was caused by the wildcard entry we used on fede

Re: Need help with federation setup with ActiveMq

2024-06-23 Thread Saju Daniel
Hello Tim , Were you able to reproduce the issue with the messages in Delivering state in the federated queue ? Please let me know if you need more information . Regards, Saju On Fri, 21 Jun 2024 at 11:57, Saju Daniel wrote: > Hello , > > I tried out the same scenario with the ver

Re: Need help with federation setup with ActiveMq

2024-06-26 Thread Saju Daniel
Hello, Just a gentle reminder. The issue is kind of critical for us to implement federation on our setup . Please let me know if you need more information on the problem. Regards, Saju On Tue, 25 Jun 2024 at 16:50, Saju Daniel wrote: > Hello Tim , > > The issue seems to be easy to

Re: Need help with federation setup with ActiveMq

2024-06-28 Thread Saju Daniel
us at the moment but my guess is that the issue is generic. Best Regards, Saju On Wed, 26 Jun 2024 at 12:56, Saju Daniel wrote: > Hello, > > Just a gentle reminder. The issue is kind of critical for us to implement > federation on our setup . > Please let me know if you need more

Re: Need help with federation setup with ActiveMq

2024-07-01 Thread Saju Daniel
Thanks a lot Tim . The config with ackBatchSize indeed worked .I saw the reference to this parameter in the doc  but thought this might be not relevant to our setup .Federationactivemq.apache.orgBest regards,Saju DanielOn 1. Jul 2024, at 20:53, Timothy Bish wrote:On 6/26/24 06:56, Saju Daniel

User Memory Issues

2015-08-17 Thread Daniel Israel
Hello All, I am tracking down a memory issue in AMQ. I am time to time seeing exceptions like this: Async error occurred: javax.jms.ResourceAllocationException: Usage Manager memory limit reached I can't tell if this is because I am exceeding the configured amount of memory in SystemUsage

Re: User Memory Issues

2015-08-18 Thread Daniel Israel
uot; producers till messages are consumed), so you could enable it to >better understand what's going on. > >Tim >On Aug 17, 2015 1:45 PM, "Daniel Israel" wrote: > >> >> Hello All, >> >> I am tracking down a memory issue in AMQ. I am time to time see

Re: User Memory Issues

2015-08-19 Thread Daniel Israel
what information is available will vary >based on what version you're running, so that might not help, but you >should definitely check. >On Aug 18, 2015 10:18 AM, "Daniel Israel" wrote: > >> >> Hi Tim, thanks for response. >> >> Flow control is e

Re: User Memory Issues

2015-08-19 Thread Daniel Israel
X tree to see if there is any info to tell you how >full your topics are? Obviously what information is available will vary >based on what version you're running, so that might not help, but you >should definitely check. >On Aug 18, 2015 10:18 AM, "Daniel Israel" wrote:

Re: User Memory Issues

2015-08-20 Thread Daniel Israel
//activemq.apache.org/slow-consumer-handling.html Just make sure the >limit you set is smaller than the PFC per-destination limit, or you'll >never hit it. > >Tim > >On Wed, Aug 19, 2015 at 11:37 AM, Daniel Israel wrote: > >> >>

Re: User Memory Issues

2015-08-20 Thread Daniel Israel
l result in increased memory/store usage and >eventually PFC. You could set up a slow consumer abortion strategy if >you're worried about that possibility. >On Aug 20, 2015 10:13 AM, "Daniel Israel" wrote: > >> Oooh, that's a good idea to add another subber. I

Re: User Memory Issues

2015-08-24 Thread Daniel Israel
e apply to your >scenario.) >On Aug 21, 2015 12:30 AM, "Daniel Israel" wrote: > >> >> >> >> >> >> On 8/20/15, 9:56 PM, "tbai...@gmail.com on behalf of Tim Bain" < >> tbai...@gmail.com on behalf of tb...@alumni.duke.edu> wro

Re: User Memory Issues

2015-08-24 Thread Daniel Israel
im Bain" wrote: >Yes, as long as that's on the subscription, not the topic itself. Caveat: >I haven't actually looked at JMX in 5.3.2, so I'm extrapolating from what >I've seen in later versions, but I think that should be right. >On Aug 24, 2015 1:29 PM

Advisory Topic

2015-09-21 Thread Daniel Israel
I see a large number of advisory topics (ActiveMQ.Advisory.*) in my list of topics, such as: ActiveMQ.Advisory.TempQueue What are these used for? Is it a problem if these Topics have consumers and none of the messages are dequeued? Thanks for any help. smime.p7s Description: S/MIME crypto

Re: Advisory Topic

2015-09-22 Thread Daniel Israel
boost by >turning them off, as described on the page I linked. Note that it's a >small benefit and that you'll have to remember to undo the change if you >ever move to a network of brokers topology; consider whether it's worth the >effort for your use case. > >On M

Re: Advisory Topic

2015-09-23 Thread Daniel Israel
o, all bets are off (and JMX might or might not expose the >attributes I mentioned). If you did the upgrade (I sure hope you did, or >that you have one scheduled in the very near future), what version are we >talking about? > >Tim > >On Tue, Sep 22, 2015 at 9:37 AM, Daniel

Getting 'java.lang.NumberFormatException: For input string: "1-1"' errors when doing client side ack with STOMP clients if message sent by AMQP producer

2018-04-13 Thread Daniel Hutchison
g problems with seems to be part of the message ID that activemq has in its system.  However, I'm not sure what I can do to work around the issue or try to fix it. Any insight would be much appreciated. Thanks, -daniel

Re: Getting 'java.lang.NumberFormatException: For input string: "1-1"' errors when doing client side ack with STOMP clients if message sent by AMQP producer

2018-04-16 Thread Daniel Hutchison
On Fri, 2018-04-13 at 14:04 -0400, Timothy Bish wrote: > On 04/13/2018 01:53 PM, Daniel Hutchison wrote: > > > > Hey all, > > > > When my STOMP clients try to do client side ACKs on a message that > > was > > sent from an AMQP producer, I'm getting t

question about growing number of addresses in artemis

2018-04-30 Thread Daniel Hutchison
ally stayed in a maintainable state. On artemis, the address entries just seem to grow and not clean up.   So, is there something that I need to configure on artemis to clean these addresses up automatically?  Or maybe, I have a misconfigured client that needs to be tweaked so it doesn't generate so many addresses?    And if so, anyone have some pointers on how to track back which connection is generating these addresses? Thanks, -daniel

updateClusterClients protocols

2019-06-26 Thread Daniel Blando
Hey all, I am wondering for each protocols the attribute "updateClusterClients" works. It does works for openwire. Does anyone know if it works for STOMP, AMQP, or MQTT? Cheers, Daniel

ActiveMQ, Spring/JMS, and text messages

2008-10-13 Thread Daniel Jabbour
contentItems = (DataObject)objMessage.getObject(); } -- Daniel Jabbour Executive Vice President of Systems Architecture Office: (646) 778-3789 x707 [EMAIL PROTECTED] InfoExchange, Inc.

STOMP to ActiveMQ/JMS and message type

2008-10-15 Thread Daniel Jabbour
it make more sense to evaluate that header to determine the message type? Thank you very much in advance, Daniel -- Daniel Jabbour Executive Vice President of Systems Architecture Office: (646) 778-3789 x707 [EMAIL PROTECTED] InfoExchange, Inc.

error when compiling pyactiveMQ

2008-12-22 Thread Daniel Auerbach
Hello, I know this forum concerns activeMQ itself and not pyactiveMQ, but I'm having some difficulties and I was hoping somebody here might have an idea. I'm trying to compile pyactiveMQ so that it incorporates the latest version of activeMQ-cpp. I've built all of the dependent libraries and re

are dispatch policies also made for queues?

2007-04-16 Thread Daniel Gradecak
s there is a message from a VIP client, and says O.K, this messages needs to go on the top of the queue. Please help me to sort this out, because i can not find this in the docs. Regards, Daniel

XATransaction

2007-04-23 Thread Daniel Gradecak
d.currentThread().getId()); System.out.println(m); tm.rollback(); } catch (Throwable e) { e.printStackTrace(); try { tm.rollback(); } catch (Throwable e1) { e1.printStackTrace(); } } Sorry for this intrusion. Kindly, Daniel

Re: Connection pooling

2007-04-24 Thread Daniel Gradecak
der if JmsTemplate is doing that correctly with the org.jencks.amqpool.JcaPooledConnectionFactory? I thought that JmsTemplate was creating a new producer/receiver each time, please tell me I am wrong. If so, could I somehow configure that with JmsTemplate? Regards, Daniel James Strachan wrote: O

Re: Connection pooling

2007-04-24 Thread Daniel Gradecak
readings sometimes I cant see the finger in front of my nose. I would just like to be sure I am not doing it wrong. Daniel.

Bug but I do not know where ?

2007-05-07 Thread Daniel Gradecak
I am using amq 4.2-SNAPSHOT ... Regards, Daniel # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x7c918fea, pid=976, tid=3280 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode) # Problematic frame: # C

Re: Bug but I do not know where ?

2007-05-08 Thread Daniel Gradecak
html now it works. Daniel Gradecak wrote: Hello, I am using a lot of different softwares (liferay/james/activemq ...) and for un uknown reason right now the JVM is crashing ... I have a lot of threads, but I doubt it craches because of that without giving any reasons. I am posting it here bec

Re: Dynamic Queue Creation

2007-05-08 Thread Daniel Gradecak
If you read apache pages you ll see that you do not have to create a specific queue. It is enough just to publish a message and the queue will be created automatically behind the scene. I am using this feature and it works very well. Regards, Daniel SBenj wrote: (MQ 4.1, Java 1.6, Redhat) I

Re: Dynamic Queue Creation

2007-05-08 Thread Daniel Gradecak
If you read apache pages you ll see that you do not have to create a specific queue. It is enough just to publish a message and the queue will be created automatically behind the scene. I am using this feature and it works very well. Regards, Daniel SBenj wrote: (MQ 4.1, Java 1.6, Redhat) I

ActiveMQ and EJB3 - tested with JBoss

2007-11-25 Thread Daniel Pocock
I've seen numerous postings regarding ActiveMQ with EJB3, and variations of a datasource XML file for use with JBoss integration. However, they don't quite work. Here is what worked for me, it is actually quite simple: 1. Don't use any datasource file - only the RA file is required. Put

ActiveMQ CMS and CPP on Debian?

2007-11-26 Thread Daniel Pocock
Is anyone working on official Debian packages of ActiveMQ CMS and CPP? It would be very convenient to have these available - if it is not already happening, I am happy to contribute some effort towards this. Regards, Daniel

Re: ActiveMQ CMS and CPP on Debian?

2007-11-26 Thread Daniel Pocock
Timothy Bish wrote: There is not anyone working on this. We don't currently have Debian machines so its not really feasible for us to do this. I would love to find someone who would work on adding the ability to build rpm, debs and solaris pkg files etc. I just don't have time to devote to

Re: ActiveMQ CMS and CPP on Debian?

2007-11-27 Thread Daniel Pocock
>> Would you like to have the Debian packaging files in the SVN? > I wouldn't expect packages to be in SVN. What I would think is the > right thing to do is to create scripts or augment the current build > scripts to add a build target for creating the packages. Otherwise it > doesn't really sol

Re: ActiveMQ CMS and CPP on Debian?

2007-11-28 Thread Daniel Pocock
Timothy Bish wrote: I've looked around before, and like most things that involve autoconf, it was really confusing and made my head hurt, so I stopped looking :) I'm not sure about arranging the debian files in that way (packages/debian) - but I will try it. As for testing, I'll see i

ActiveMQ-CPP libtool issues

2007-12-03 Thread Daniel Pocock
I've just been looking at the way libtool is used by ActiveMQ-CPP, in anticipation of creating some Debian packages. The parameters to -version-info are defined like this: current = 2 = current interface version revision = 1 = the revision of the library (binary compatibility is preserved acro

Re: ActiveMQ-CPP libtool issues

2007-12-04 Thread Daniel Pocock
built with 2:1:0 will happily link at runtime with 2:2:0 or 3:0:1. Therefore, the user can install 2.3.1 on their system, delete 2.2.1, and continue using their applications without re-compiling. Regards, Daniel -- --- R

Re: ActiveMQ thoughts

2007-12-12 Thread Daniel Pocock
How did each product fair? 1. Tibco EMS no issues with any of the stress tests and performance tests. 2. MSMQ don't even get me started with this POS. 3. SONIC EMS no issues with any of the stress tests and performance tests. 4. ActiveMQ can not make it past any stress tests. See issues be

Re: ActiveMQ and EJB3 - tested with JBoss

2007-12-12 Thread Daniel Pocock
Steffen Ewert wrote: Thanks Daniel! I think my problem is the missing @ResourceAdapter annotation. But, do you know in which jar I can find the org.jboss.annotation.ejb.ResourceAdapter annotation? I work on JBoss 4.2.2GA and i can't find the package "org.jboss.annotation

ActiveMQ-CPP version numbers for packaging

2007-12-14 Thread Daniel Pocock
at this is the `right' way to do things - rather, these pages are just a draft, to get some discussion of the issues. Regards, Daniel

Re: ActiveMQ 5.0.0 AMQ Message Store fails when using with Spring DefaultMessageListenerContainer with more than 1 concurrentConsumers to dispatch JMS messages from Queue

2008-01-16 Thread Daniel Mace
A known issue with ActiveMQ? Is there a ticket somewhere or some documentation outlining the details? Does Is there any workaround short of not using the default Spring container? Does the issue exist with ActiveMQ 4.x? If not, maybe we could just try using that version as opposed to reimplementin

ResourceAdapter 5.7.0 (trunk) questions

2013-01-18 Thread Daniel Guggi
hi, im using activemq-rar-5.7.0 to connect external broker to glassfish app server. so far communication works fine - however i want to change the redelivery policy now * I can do so on the resource-adapter using the fields defined in ActiveMQConnectionSupport (e.g. InitialRedeliveryDelay etc.)

can we combine message groups and jms selectors

2013-03-26 Thread Daniel Guggi
ctor 'JMSProperty < 4' all messages send to queue "X" will have the JMSXGroupID header set. would activemq be capable of sending to the appropriate consumer based on the priority? in my scenario this might work, because we ensure that for a given jmsxGroupID the priority is always the same for all messages... ty, daniel

Re: can we combine message groups and jms selectors

2013-03-26 Thread Daniel Guggi
, we also consider using two queues instead of one queue with selectors... Can u please explain whay consumers my get stuck with sparse selector? tia, daniel On Wed, Mar 27, 2013 at 2:59 AM, SuoNayi wrote: > seems work in theory. > Why not using two queues to send the different messages?

Question regaring maximumRedeliveries and ActiveMQMessageConsumer.java

2013-03-27 Thread Daniel Guggi
RedeliveryWaitPeriod", Long.toString(consumerFailoverRedeliveryWaitPeriod)); } thank you, daniel

Re: can we combine message groups and jms selectors

2013-03-27 Thread Daniel Guggi
ns about this limit and the following is > the representative one, > https://issues.apache.org/jira/browse/AMQ-221 > > SuoNayi > > > 2013/3/27 Daniel Guggi > > > thank your for your info. > > > > would i work in theory for my case (because i ensure that all messages

Plans on apollo to support XA

2013-03-27 Thread Daniel Guggi
hi, i read through the docs to see the current status of apollo - and it seems to support jms via (stopjms and openwire). are there any plans on support for xa transactions? tia, daniel

XA Transaction with multiple xa-connections not working on rollback

2013-04-06 Thread Daniel Guggi
sh-3.1.2.2 thank you, daniel

Re: XA Transaction with multiple xa-connections not working on rollback

2013-04-06 Thread Daniel Guggi
i forget to mention. when we do not throw an exception after the jms-template send everything works fine - transaction gets committed org.apache.activemq. TransactionContext.end(xid,flags) is called twice as expected... On Sat, Apr 6, 2013 at 8:46 PM, Daniel Guggi wrote: > hi, > &g

Re: XA Transaction with multiple xa-connections not working on rollback

2013-04-06 Thread Daniel Guggi
for different activemq-connections -> TransactionContext.isSameRM() daniel On Sat, Apr 6, 2013 at 8:48 PM, Daniel Guggi wrote: > i forget to mention. > > when we do not throw an exception after the jms-template send everything > works fine - transaction gets c

Re: XA Transaction with multiple xa-connections not working on rollback

2013-04-06 Thread Daniel Guggi
, Daniel Guggi wrote: > glassfish code just does that: > > it know the following resources states (one TransactionContext per > connection - same xid,same branch => imo ok because > TransactionContext.isSameRM returns true) > > > TransactionContext{transac

Re: XA Transaction with multiple xa-connections not working on rollback

2013-04-06 Thread Daniel Guggi
s true for xaresources based on the same amq-connection. now everything works as expected, but don't know if this would be a valid approach (or even the right place) to fix this :) ty On Sat, Apr 6, 2013 at 9:53 PM, Daniel Guggi wrote: > the jta spec says: > > 3.4.6 Resource

Apollo as a bundle

2013-07-10 Thread Daniel Mazzer
Just create a jar and an Activator? Thank you. Regards, Daniel Mazzer Product Development Engineer Hitachi Kokusai Linear - HKL Tel: +55 35 3473-3473 E-mail: dmaz...@linear.com.br http://www.linear-tv.com

RES: Apollo as a bundle

2013-07-10 Thread Daniel Mazzer
Hi Christian, Thank you to pointing me that. I think I don't have the necessary knowledge background to do that, but I will try. If I succeed I let you know. Regards, Daniel Mazzer Product Development Engineer Hitachi Kokusai Linear - HKL Tel: +55 35 3473-3473 E-mail: dmaz...@linear.com.br

Administering an ActiveMQ / STOMP network.

2010-07-04 Thread Daniel Pittman
ers actually mean... So, can someone help me out: is this normal, or should I panic about our broken software? Daniel -- ✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 707 ♽ made with 100 percent post-consumer electrons

Re: Administering an ActiveMQ / STOMP network.

2010-07-05 Thread Daniel Pittman
it is building up an endless collection of messages that should be processed but are not. Thanks. In general, is there any sensible way for me to review the content of the messages inside a topic? I can decode them if I can access them, but... Daniel -- ✣ Daniel Pittman

Re: Administering an ActiveMQ / STOMP network.

2010-07-05 Thread Daniel Pittman
y consumer and fetch the messages, or ... ? Regards, Daniel > there's no easy way to "browse" topics as they have different nature > than queues. > > On Mon, Jul 5, 2010 at 9:46 AM, Daniel Pittman wrote: >> Dejan Bosanac writes: >> >>

Camel console not seeing my routes

2010-09-15 Thread Illtud Daniel
7;m probably missing something easy here, but: Is there a way of getting the routes that I've created in the activemq camel.xml configuration file to appear in the camel console so that I can easily tinker with them to test my route configuration (then when I'm happy, I'll hardwire the

Re: Camel console not seeing my routes

2010-09-16 Thread Illtud Daniel
rowse/activemq/trunk/assembly/src/release/webapps/camel/WEB-INF/applicationContext.xml?r2=993024&r1=992251 Thanks, that works a treat. -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol Chief Technical Officer

xpath $headerName in 5.4

2010-09-17 Thread Illtud Daniel
x27;t valid xpath, but isn't it camel's way of matching message headers? It worked in 5.3.x and I'm following the docs here: http://camel.apache.org/content-based-router.html http://camel.apache.org/xpath.html Any ideas where I'm going wrong? -- Illtud Daniel

Re: xpath $headerName in 5.4

2010-09-17 Thread Illtud Daniel
On 18/09/10 02:03, Illtud Daniel wrote: My 5.3.x route doesn't work anymore in 5.4 Sorry, that should have gone to the camel list, not activemq. Ignore me. -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol

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

2010-10-04 Thread Illtud Daniel
ed in camel.xml: ? I realise this is probably an easy question, and the documentation (+ Manning books) is very good, but does presuppose that you understand something of Java, which is where I fall down. I've tried activemq/lib, but it doesn't find it there. Be

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

2010-10-04 Thread Illtud Daniel
avac HelloWorld.java $ cd /usr/local/activemq/lib $ mkdir -p uk/org/llgc/testing $ cp /tmp/HelloWorld.class uk/org/llgc/testing I have that one line defining the bean in camel.xml: ...there must be some other reference to the package that needs making somew

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

2010-10-04 Thread Illtud Daniel
l/activemq/conf/camel.xml]; nested exception is java.lang.ClassNotFoundException: uk.org.llgc.testing.HelloWorld: | org.eclipse.jetty.util.log | main :( -- Illtud Daniel illtud.dan...@llgc.org.uk Prif Swyddog Technegol Chief Technic

  1   2   >