Receiving messages via receiveNoWait()

2018-12-05 Thread Andreas Gies
Hello all, we are using ActiveMQ 5.15.6 in our application. The application is built on top of OSGi and uses ActiveMQ as an embedded Broker within the container. The container establishes a single intraVM connection to the broker, messages are being sent and consumed in several sessions reusin

Re: The size of KahaDB doesn't seem to decrease

2017-03-13 Thread Andreas Gies
Hi there, we had the same issue when we were using topics and had durable subscribers which wouldn't connect for up to 4 days. The kahadb files would only be cleaned up when the last durable subscriber has received the message. In our case the topic in in question didn't have a lot of traffic

Re: Get Number of connection from all host to my activemq broker.

2014-11-14 Thread Andreas Gies
Hi if you want a view by host, you have to iterate over the Client Connection MBeans and group by the client’s address. Best regards Andreas > On 13 Nov 2014, at 18:04, bansalp wrote: > > I can get currentConnection count using activemq-admin query --view > CurrentConnectionsCount jmxurl...

Re: Get Number of connection from all host to my activemq broker.

2014-11-14 Thread Andreas Gies
Hi Tim, AFAIK, the ClientConnectors are the actual server ports whereas the ClientConnections are the currently connected clients. Best regards Andreas > On 13 Nov 2014, at 17:28, Tim Bain wrote: > > Looking at the documentation for activemq-admin ( > http://activemq.apache.org/activemq-com

Re: Is there a way to get kahadb size using activemq-admin command line tool?

2014-11-11 Thread Andreas Gies
Hmmm, I am not a Perl expert, but I think the closest you could get is indeed using jolokia to expose the JMX beans via REST and then use Perl or use a Java Program reading the information and dump it to stdout, so that you can parse it from your perl script. There might be perl libs that hel

Re: Is there a way to get kahadb size using activemq-admin command line tool?

2014-11-11 Thread Andreas Gies
Hi, not sure about the command line (I would guess, no). Normally for these kind of things I use JMX. In my productive applications I have either Jolokia and/or hawtio running in the same JVM, so that I can use simple REST calls to get to the management objects and attributes I am intereste

Re: Duplicate messages durable subscriber

2014-11-04 Thread Andreas Gies
doesn't have all the configuration options enabled that you want to use, and then it's a question of why it stops working with the less-common configuration options you're using. On Tue, Nov 4, 2014 at 8:16 AM, Andreas Gies wrote: Hi Tim, I will make some time tomorrow to try yo

Re: Duplicate messages durable subscriber

2014-11-04 Thread Andreas Gies
ns for a client, one from each broker, after a failover), and I'm not sure how a Virtual Topic would make it any better if that's the case. But if you know of a way that it would, that might help me to understand what's going on. Tim On Sat, Nov 1, 2014 at 9:50 AM, Andreas Gies wr

Re: Duplicate messages durable subscriber

2014-11-01 Thread Andreas Gies
cessfully acked > when the consumer bounces to another broker, I think that would indicate a > bug in ActiveMQ rather than a missing feature. > > On Sun, Oct 19, 2014 at 6:05 PM, Noel OConnor > wrote: > >> Take a look at idempotent consumers in camel. This may help you out

Duplicate messages durable subscriber

2014-10-17 Thread Andreas Gies
Hi I am using ActiveMQ 5.10 in an application. So far the requirement for the remote locations has been for pure store and forward capabilities, so that a single AMQ broker was sufficient. This has changed in a way that now 2 nodes should be present in the remote location for resilience and l

Re: master-slave topology in network of brokers

2014-10-14 Thread Andreas Gies
Hi, you might want to try this link: http://activemq.apache.org/masterslave.html In a nutshell I think it is fair to say that a network of brokers covers sharing the load between a number of concurrently active brokers and the “normal” use case is a cluster somewhere and the throughput is shar

Re: ActiveMQ with object store

2014-10-10 Thread Andreas Gies
-object-store-tp4686209p4686285.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 0

Re: Kahadb reach storage limit then producers turn "idle"

2014-10-09 Thread Andreas Gies
rs-turn-idle-tp4686219p4686244.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 18

Re: Kahadb reach storage limit then producers turn "idle"

2014-10-08 Thread Andreas Gies
tml Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ andreas

Re: How to change the default port (1099) used by ActiveMq in apache camel?

2014-10-08 Thread Andreas Gies
ve at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ andreasgies /Skype:/ giessonic /LinkedIn:/ <http://de.linkedin.com/

Re: Prefetch Limit ignored with a reconnecting Durable Subscriber

2014-10-02 Thread Andreas Gies
Hi again, i have verified, that the durable subscriber on reconnect is configured correctly, when I set keepDurableSubsActive to false on the broker. Best regards Andreas On 02/10/14 12:03, Andreas Gies wrote: Thanks Gary, to me it looks like configure is not being called when the

Re: Prefetch Limit ignored with a reconnecting Durable Subscriber

2014-10-02 Thread Andreas Gies
e the durable sub at - https://github.com/apache/activemq/blob/d54e0d6ab590b6a6148a5e2629c45b95d3f40eb8/activemq-broker/src/main/java/org/apache/activemq/broker/region/TopicRegion.java#L317 maybe keepDurableSubsActive is relevant. On 1 October 2014 16:09, Andreas Gies wrote: Hello, I am using Acti

Re: Prefetch Limit ignored with a reconnecting Durable Subscriber

2014-10-01 Thread Andreas Gies
milliseconds. Total number of tests run: 1 Suites: completed 2, aborted 0 Tests: succeeded 0, failed 1, canceled 0, ignored 0, pending 0 *** 1 TEST FAILED *** On 01/10/14 17:09, Andreas Gies wrote: Hello, I am using Active MQ 5.10 within a Karaf based application and have spent the last couple of

Re: Auto creation of Advisory topic and message being post to it.

2014-10-01 Thread Andreas Gies
6.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ an

Re: Notification of connection down between broker and client?

2014-10-01 Thread Andreas Gies
-tp4686035.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:

Prefetch Limit ignored with a reconnecting Durable Subscriber

2014-10-01 Thread Andreas Gies
observation. Is this a know issue or should I create a JIRA ticket for this ? Thanks and best regards Andreas -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 0

Re: Managing persistent store space

2014-09-29 Thread Andreas Gies
iling list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ andreasgies /Skype:/ giessonic /LinkedIn:/ <htt

Re: Who will receive messages first virtual topic subscriber or logical queue consumer?

2014-09-29 Thread Andreas Gies
. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ andreasgies /Skype:/ giessonic /LinkedIn:/ <http://de.linkedin.com/pu

Re: Who will receive messages first virtual topic subscriber or logical queue consumer?

2014-09-29 Thread Andreas Gies
User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsführer & CTO /eMail:/andr...@wayofquality.de <mailto:andr...@wayofquality.de> /Tel:/ +49 151 23470823 /Fax:/ +49 1805 006534 2114 /Twitter:/ andreasgies /Skype:/ giessonic /LinkedIn:/

Re: Managing persistent store space

2014-09-29 Thread Andreas Gies
-- View this message in context: http://activemq.2283324.n4.nabble.com/Managing-persistent-store-space-tp4685913.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality GmbH Geschäftsfüh

Re: How to get the message from temporary Queue in Different session

2013-11-06 Thread Andreas Gies
NAML<http://activemq.2283324.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemai

Re: Not able to run ActiveMQ 5.8.0

2013-11-03 Thread Andreas Gies
sword= -- View this message in context: http://activemq.2283324.n4.nabble.com/Not-able-to-run-ActiveMQ-5-8-0-tp4673809.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ -- Way of Quality UG Geschäftsführer & CTO /eMail:/andr...@wayo

Re: Active MQ With WMQ

2013-11-02 Thread Andreas Gies
erme Teles wrote: Andreas, So, in the Frontend servers i will need AMQ and Cammel to communicate through jms with my backend servers with WMQ ? My goal is that other applications make a connection today, with the WMQ server Queue directly. 2013/11/1 Andreas Gies Hi, WMQ and AMQ are JMS pro

Re: Active MQ With WMQ

2013-11-01 Thread Andreas Gies
/1 Andreas Gies [via ActiveMQ] < ml-node+s2283324n4673630...@n4.nabble.com> Hi, not really sure what you are asking. To me it sounds like you want to set up a JMS brigde. If that's the case you can have WMQ on one side and ActiveMQ on the other side. The way you configure AMQ should

Re: Active MQ With WMQ

2013-11-01 Thread Andreas Gies
n the Active Mq Foward messages to the WMQ Queue ? Thanks a lot -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-With-WMQ-tp4673581.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Andreas Gies WoQ – Way of Quality UG Geschäftsf

Re: Detailed Feature/Function Comparison for WebSphere MQSeries and Apache ActiveMQ

2009-12-10 Thread Andreas Gies
Hi there ... I am not aware of a feature by feature comparison. But if you tell us what features you are looking for we might be able to tell if they are in Active MQ... Best regards Andreas On Dec 9, 2009, at 2:02 AM, zhanglei wrote: > > Looking for a detailed Feature/Function Comparison fo

Re: starting Trouble

2009-12-10 Thread Andreas Gies
Hi there it would help if you started by telling us what version you are working from and what you are trying to achieve and how ant comes into the picture The question is a bit vague ;) Best regards Andreas On Dec 9, 2009, at 2:21 PM, appi27 wrote: > > I need help with respect to how d

Re: XAResourceRecovery for ActiveMQ on JBoss

2009-12-10 Thread Andreas Gies
Hi there, I am working on some JBoss integration as well. I don't understand the comment on "making the RA XA compatible". At the end of the day it depends on hon how you do the transaction management and define the connection factories. A non-tx-connection-factory defined in the jboss-ds d

JBoss / Activemq performance

2009-12-09 Thread Andreas Gies
Hello I am investigating the performance of message driven beans in jboss 5.1 with activemq set as a resource adapter. I have tested with amq 5.3 and trunk. Without jboss i have a baseline of 5000 persistent messages/s and 15000 nonpersistent. When i start consuming the messages using a simple

Re: javax.jms.JMSException: Not Supported

2009-12-08 Thread Andreas Gies
Hmmm this error looks like you are using the JBossMQ resource adapter, not the ActiveMQ resource adapter. What version of JBoss and ActiveMQ are you using ? Best regards Andreas On Dec 2, 2009, at 9:38 PM, DJ Daugherty wrote: > > I am trying to get ActiveMQ embedded into Jboss... followed

Re: logging of messages in ActiveMQ

2009-09-10 Thread Andreas Gies
View this message in context: http://www.nabble.com/logging-of-messages-in-ActiveMQ-tp25383603p25383603.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Pr

Re: Producers hang under load with AMQ 5.2

2009-09-02 Thread Andreas Gies
slow consumer shouldn't be able to bring the whole thing down. Regards, Tanel Andreas Gies wrote: Hi there, I am wondering how many consumers there are on the topic and if there are any slow consumers that can't keep up with the messaging load. Without having verified it, it

Re: Producers hang under load with AMQ 5.2

2009-09-01 Thread Andreas Gies
Hi there, I am wondering how many consumers there are on the topic and if there are any slow consumers that can't keep up with the messaging load. Without having verified it, it seems that your app hangs in the the send message waiting for the response from the broker. That would happen, if

Re: Bridge Queue to Topic

2009-09-01 Thread Andreas Gies
Hi there, you might want to look at Virtual destinations, especially composite queues. http://activemq.apache.org/virtual-destinations.html Best regards Andreas On Sep 1, 2009, at 4:24 PM, Locuester wrote: I previously worked with TIBCO EMS and there was a concept of bridges, to make al

Re: Programmatically purge() a queue

2009-08-11 Thread Andreas Gies
hmmm, why not start the broker with the option "deleteAllMessagesOnStartup=true" for the test ? Best regards Andreas On Aug 11, 2009, at 7:40 PM, centis wrote: I am trying to find an example of purging a Queue from Java. Can someone point me to someting besides, "Using JMX..." :) I ju

Re: ActiveMQ As Synchronization Tool

2009-06-03 Thread Andreas Gies
Hi there, you could achieve that with a network of brokers in ActiveMQ. Depending on how many messages ech client sends to the data center, you can consider a "fan- in" architecture, using one layer of brokers as concentrators so to speak. HTH Andreas On Jun 3, 2009, at 1:17 PM, Carlo Came

Re: Cannot connect to remote activemq broker

2009-06-02 Thread Andreas Gies
Just a thought may be the brokers are listening only on the local loopback. You can check the netstat output, if it contains something like 127.0.0.1 listening on 61616 then you need to configure AMQ to listen on the outbound network interface. Regards Andreas On Jun 2, 2009, at 10:3

Re: Get an exception when running embedded ActiveMQ with TransportConnector activation on Felix

2009-05-28 Thread Andreas Gies
... It seems that eclipse doesn't add these activemq core project resources files and directory to the classpath (I can't explain why)... ++ Andreas Gies-3 wrote: hmmm maybe its the stupid question of the day, but why don't yo use the servicemix 4 kernel and loa

Re: simple network of brokers

2009-05-26 Thread Andreas Gies
consumer. Can someone help please, it is quite urgent. Thanks Daven -- View this message in context: http://www.nabble.com/simple-network-of-brokers-tp23725515p23725515.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards A

Re: simple network of brokers

2009-05-26 Thread Andreas Gies
consumer. Can someone help please, it is quite urgent. Thanks Daven -- View this message in context: http://www.nabble.com/simple-network-of-brokers-tp23725515p23725515.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards A

Re: Anyone knows how to configure ActiveMQ?

2009-05-25 Thread Andreas Gies
Hi there, it might be that the message processing is subject to some kind of transaction inside your app Server? In that case the message is only available to consumers when the transaction has been committed. HTH Andreas On May 25, 2009, at 4:57 PM, Websphere and ActiveMQ wrote: I hav

Re: a question about TTL(time to live) ...?

2009-05-14 Thread Andreas Gies
HI there, are you looking at JConsole to determine this ? --- I think you are running into a particular behavior with ActiveMQ. The Time To Live is not regularly checked (there is no cleanup thread for ttled messages). To be more concrete the TTL is checked checked when the message is dispa

Re: Message not removed from queue

2009-05-13 Thread Andreas Gies
Well, i am running out of ideas. A simple scenario with non-transacted sessions and AUTO_ACKNOWLEDGE works as expected for me. I am wondering if you could double check that these are really the settings you are using in the current tests as it seems there was some confusion about those pa

Re: Message not removed from queue

2009-05-13 Thread Andreas Gies
Hi again, maybe I missed it, what version of AMQ are you using there ? Which JVM and OS ? Can you package your case up as a complete example ? Best regards Andreas On May 13, 2009, at 8:56 AM, Ankit Vernekar wrote: Hi Andreas, I am monitoring the queue using JConsole and also m

Re: Message not removed from queue

2009-05-12 Thread Andreas Gies
Hi Ankit, now I am confused. How do you determine that the message is not deleted ? Are you receiving the same message over and over again ? Are you looking at some kind of metric ? Best regards Andreas On May 13, 2009, at 8:45 AM, Ankit Vernekar wrote: Hi Andreas, Thank Y

Re: Message not removed from queue

2009-05-12 Thread Andreas Gies
Hi Ankit, In your original code you create a transacted session, therefore the AUTO_ACKNOWLEDGE is kind of ignored. If you create the session with session=con.createSession(false, Session.AUTO_ACKNOWLEDGE); it should work. Best regards Andreas On May 13, 2009, at 5:50 AM

Re: How to connect to my running broker

2009-05-11 Thread Andreas Gies
Hi there, there is no difference having an embedded broker. In your spring configuration you need to enable JMX and then you can connect using the JMX API. For more information refer to this page: http://activemq.apache.org/jmx.html Best regards Andreas On May 11, 2009, at 9:23 PM, moacsjr

Re: Specify MySQL database user and password for Cron Job

2009-05-07 Thread Andreas Gies
Hi there, I am wondering if you hit the correct mailing list ? This having said, you can create a user specific crontab and execute your job in there. If you are using the mysql command line use, the -u and -p parametes in your cronjob spec. HTH Andreas On May 6, 2009, at 3:34 PM, Cyburg

Re: Some questions, Please help

2009-05-01 Thread Andreas Gies
Hi there, please find comments inline... On May 1, 2009, at 12:10 AM, Websphere and ActiveMQ wrote: Today I have configured ActiveMQ and Websphere successfully, also I can send message by my Application. Note: I use JMS API to send/receive message. Now I have following questions. 1. After

Re: Please help:Again about ActiveMQ intigration with Websphere 6.1

2009-05-01 Thread Andreas Gies
eue(S un). Thanks. Derrick Andreas Gies wrote: Hi there, it seems, that your Queue cannot be located in the JNDI store. On the first glance I find it unusual that in an AppServer context you are using the ActiveMQ JNDI store. However, when you are using that, you must be sure, tha

Re: Queue message order

2009-04-29 Thread Andreas Gies
ry to verify #1 above. If msg 1 was ACK'ed, msg 2 will be next in the queue. This is why two distinct messages are required to be delivered in order for the test. Cheers, Roger On Tue, Apr 28, 2009 at 10:42 PM, Andreas Gies >wrote: Hi Roger, may be I missed something, but if th

Re: Queue message order

2009-04-28 Thread Andreas Gies
Hi Roger, may be I missed something, but if the application doesn't need the messages to be in order, why are you testing for it ? Just wondering Andreas On Apr 29, 2009, at 12:15 AM, Roger Hoover wrote: Hi, Are queued messages supposed to be delivered in order? I have a simple STOMP Perl

Re: Advisory Messages -- None for Unsubscribe Durable from Topic? (etc)

2009-04-27 Thread Andreas Gies
Hi there, you can browse the AdvisorySupport class and navigate from there to understand which objects are used to create the Advisory messages. This having said, the architecture sounds a bit strange to me. One reason why you use JMS is to decouple producers and consumers. If I understand

Re: Please help:Again about ActiveMQ intigration with Websphere 6.1

2009-04-27 Thread Andreas Gies
Hi there, it seems, that your Queue cannot be located in the JNDI store. On the first glance I find it unusual that in an AppServer context you are using the ActiveMQ JNDI store. However, when you are using that, you must be sure, that the jndi.properties file where you have defined your JM

Re: How to run a pluggin for only a single queue?

2009-04-24 Thread Andreas Gies
Hmmm, I see. There is the possibility to look whether a DestinationPolicy might help you, but I think the easiest way to achieve what you want is with a broker plugin and hook into the preProcessDispatch method. There you can query the Destination and add the property only to the queue yo

Re: Sometimes producer couldn't send message (I user ActiveMQ5.1)

2009-04-23 Thread Andreas Gies
-%28I-user-ActiveMQ5.1%29-tp23208212p23208212.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail

Re: How to run a pluggin for only a single queue?

2009-04-23 Thread Andreas Gies
://www.nabble.com/How-to-run-a-pluggin-for-only-a-single-queue--tp23200519p23200519.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26

Re: Programatically determining number of consumers and pending messages

2009-04-21 Thread Andreas Gies
Hi there, you could use the JMX API for doing that. A couple of convenient JMX methods are: private MBeanInfo getMBeanInfo(String brokerName, String type, String pattern) throws Exception { Set mBeans = getMBeans(brokerName, type, pattern); assertEquals(1, mBeans

Re: removing queue message store when removing non temporary queue

2009-04-21 Thread Andreas Gies
ivemq-core project. Do you know from which activemq project comes this request ? Is there any anonymous credentials which I can use ? Thanks Andreas Gies wrote: Hi, ok, that explains it; I have just done a quick check against the trunk. AFAIK, corrections are usually contributed to the trunk

Re: removing queue message store when removing non temporary queue

2009-04-21 Thread Andreas Gies
cy about 5.2.0 corrections ? I see there is no branches for 5.2.0 release (may I false ?). Are these kind of corrections delivered in some patchs from the trunk for example ? Do I need to work with the ActiveMQ trunk ? Thanks Andreas Gies wrote: Hi there, The PersistenceAdapt

Re: removing queue message store when removing non temporary queue

2009-04-21 Thread Andreas Gies
Hi there, The PersistenceAdapter interface specifies methods /** * Cleanup method to remove any state associated with the given destination. * This method does not stop the message store (it might not be cached). * @param destination Destination to forget */ void

Re: distributed configuration with intermittent network connection

2009-04-16 Thread Andreas Gies
iguration-with-intermittent-network-connection-tp23071355p23071355.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 506

Re: Windows Apache problem

2009-04-15 Thread Andreas Gies
/Windows-Apache-problem-tp23036441p23036441.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag.

Re: Messages are not getting expired and removed from Non-persistent Non-Durable Topic in ActiveMQ 5.2

2009-04-12 Thread Andreas Gies
View this message in context: http://www.nabble.com/Messages-are-not-getting-expired-and-removed-from-Non-persistent-Non-Durable-Topic-in-ActiveMQ-5.2-tp22970339p22970339.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas

Re: Get an exception when running embedded ActiveMQ with TransportConnector activation on Felix

2009-04-08 Thread Andreas Gies
le.com/Get-an-exception-when-running-embedded-ActiveMQ-with-TransportConnector-activation-on-Felix-tp22949763p22949763.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of

Re: Draining messages from a queue

2009-04-08 Thread Andreas Gies
- Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170 5759611 Skype +44 (0)20 3239 2922 Skype +353 (0)1

Re: ActiveMQ 5.2 versus Sonic MQ 7.6

2009-04-08 Thread Andreas Gies
e complete, but it's getting better day by day ;) Please note that these lines are my personal view on it and don't express official Apache or PROGRESS statements. Best regards Andreas On Apr 7, 2009, at 1:52 AM, Jared Dunne wrote: messages --- Mit freundlichen Grüssen - Kind

Re: Stablest version of ActiveMQ post 4.1.2

2009-04-05 Thread Andreas Gies
on of ActiveMQ post 4.1.2 that I could upgrade to? Regards, /U --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 9

Re: ActiveMQ flow control and JMS

2009-04-03 Thread Andreas Gies
ConnectionContext from there and for example close the connection to a slow consumer if that makes sense. Hope that helps Andreas On Apr 3, 2009, at 10:15 AM, ffrenchm wrote: Hello, Andreas Gies-3 wrote: Hi there, as for the first question. AFAIK the methods you mention just send advisory messages

Re: ActiveMQ flow control and JMS

2009-04-02 Thread Andreas Gies
w is not a solution) ? ++ -- View this message in context: http://www.nabble.com/ActiveMQ-flow-control-and-JMS-tp22843016p22843016.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of

Re: Use of MirroredQueues results in OutOfMemoryError

2009-03-30 Thread Andreas Gies
Thanks, --jim Andreas Gies-3 wrote: Hello, I have just rerun the testcase against the latest trunk and the problem does not occur anymore. I have let the test run for about a million messages. Ig you have time, perhaps you can double check this ? Best regards Andreas On Mar 26, 2009, at 5:

Re: Use of MirroredQueues results in OutOfMemoryError

2009-03-27 Thread Andreas Gies
Hello, I have just rerun the testcase against the latest trunk and the problem does not occur anymore. I have let the test run for about a million messages. Ig you have time, perhaps you can double check this ? Best regards Andreas On Mar 26, 2009, at 5:41 PM, Andreas Gies wrote: Hi

Re: Use of MirroredQueues results in OutOfMemoryError

2009-03-26 Thread Andreas Gies
25, 2009, at 3:00 PM, jvh wrote: We're using activemq-all-5.2.0.jar ... more information is listed at the bottom of the original post. Andreas Gies-3 wrote: Hi there, which version of Active MQ are you using ? Regards Andreas On Mar 24, 2009, at 9:20 PM, jvh wrote: We are experi

Re: Reconnection

2009-03-26 Thread Andreas Gies
p the messagebroker the exception occurs, but with link lost not. How can I resolve it? -- View this message in context: http://www.nabble.com/Reconnection-tp22663516p22677750.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas

Re: Use of MirroredQueues results in OutOfMemoryError

2009-03-25 Thread Andreas Gies
Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170 5759611 Skype +44 (0)20 3239 2922 Skype +353 (0)1 443

Re: Use of MirroredQueues results in OutOfMemoryError

2009-03-25 Thread Andreas Gies
Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170 5759611 Skype +44 (0)20 3239 2922 Skype +353 (0)1 443

Re: How to discard messages for the non-durable queue

2009-03-25 Thread Andreas Gies
View this message in context: http://www.nabble.com/How-to-discard-messages-for-the-non-durable-queue-tp22689964p22689964.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Compet

Re: Problem trying to route with Interceptors

2009-03-23 Thread Andreas Gies
--- On Mar 23, 2009, at 7:32 PM, Andreas Gies wrote: Hi again , Well, I am not a Camel expert and don't know all the components from the top of my head. What I can say is that what you are trying to achieve would be possible with a

Re: Problem trying to route with Interceptors

2009-03-23 Thread Andreas Gies
On Mar 23, 2009, at 7:17 PM, DanielR wrote: Hi. I need to use interceptors because I need to inspect the body of the message. My filters are based on some characters of the body. With camel, you can only check if some string is contained in the body (may be i'm wrong?) A

Re: Problem trying to route with Interceptors

2009-03-23 Thread Andreas Gies
d); } } -- View this message in context: http://www.nabble.com/Problem-trying-to-route-with-Interceptors-tp22606463p22663866.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Ope

Re: Reconnection

2009-03-23 Thread Andreas Gies
Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170 5759611 Skype +44 (0)20 3239 2922 Skype +353 (0)1 443

Re: how can I really use more then 1 receiver on the same queue?

2009-03-20 Thread Andreas Gies
can-I-really-use-more-then-1-receiver-on-the-same-queue--tp22534104p22621782.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft

Re: Large number of messages in the queue

2009-03-20 Thread Andreas Gies
uot;au .com .observant.ringocore.dispatcher.activemq.DefaultDeadLetterStrategy" /> cheers --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail

Re: Oracle BPEL <-> ActiveMQ - Howto?

2009-03-20 Thread Andreas Gies
ues.jsp to see if your message has arrived. -- View this message in context: http://www.nabble.com/Oracle-BPEL-%3C-%3E-ActiveMQ---Howto--tp22449017p22572359.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Princi

Re: Long recovery time for ActiveMQ

2009-03-20 Thread Andreas Gies
veMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0

Re: Limit the number of Queues/Topics on a broker

2009-03-12 Thread Andreas Gies
mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170

Re: Oracle BPEL <-> ActiveMQ - Howto?

2009-03-12 Thread Andreas Gies
nt from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mo

Re: Fast producers,slow consumer... queue growing forever

2009-03-12 Thread Andreas Gies
? Yannick Andreas Gies-3 wrote: Hi there, I have run into a similar issue with a later version of ActiveMQ and have blogged about that. Perhaps that helps you: http://open-source-adventures.blogspot.com/2009/01/limiting-disk-store-usage-with-active.html Best regards Andreas On Mar 11, 2009,

Re: javax.naming.NameNotFoundException in Unix

2009-03-12 Thread Andreas Gies
re you can use them. The ActiveMQ broker auto-creates the physical resources associated with a destination on demand (i.e. when messages are sent to a new destination on a broker). " ------ Andre

Re: Using properties with BytesMessage with XML content

2009-03-11 Thread Andreas Gies
am using ActiveMQ, wanted to know what others experience of this is. TIA Antony -- View this message in context: http://www.nabble.com/Using-properties-with-BytesMessage-with-XML-content-tp22364812p22364812.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundli

Re: dead letter queue

2009-03-11 Thread Andreas Gies
http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/ --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 9

Re: Fast producers,slow consumer... queue growing forever

2009-03-11 Thread Andreas Gies
r...-queue-growing-forever-tp22373306p22460136.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail

Re: Network of 3 brokers, durable consumer problem

2009-03-11 Thread Andreas Gies
ly.com Open Source SOA http://FUSESource.com --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile

Re: Separate DLQ for each topic subscriber

2009-03-11 Thread Andreas Gies
archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Mail ag...@progress.com Direct Line +49 (0)9953 980349 Mobile +49 (0)170 5759611 Skype

Re: javax.naming.NameNotFoundException in Unix

2009-03-11 Thread Andreas Gies
www.nabble.com/javax.naming.NameNotFoundException-in-Unix-tp22406265p22406265.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. --- Mit freundlichen Grüssen - Kind Regards Andreas Gies Principal Consultant Open Source Center of Competence Progress Software GmbH Agrippinawerft 26 50678 Köln E-Ma

  1   2   >