RE: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Mattern, Alex
of messages, where X is specified on startup. -- Alex -Original Message- From: Ephemeris Lappis Sent: Tuesday, March 11, 2025 9:07 AM To: us...@camel.apache.org; users@activemq.apache.org Subject: [EXTERNAL SENDER:] Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues Hello

ActiveMQ 5.18.4 - Cannot Purge Queue or Delete Messages

2024-08-23 Thread Williams, Alex
tException: class java.lang.String cannot be cast to class java.lang.Long (java.lang.String and java.lang.Long are in module java.base of loader 'bootstrap') Thanks, Alex

non persistent messages and maxPageSize queue performance

2014-12-31 Thread Alex Colomb
I've been tracking down some performance issues on one of our queues. The queue is hosted on an embedded broker. There is one producer and one consumer. All messages sent to the queue are non-persistent. The producer initially will have a burst of ~30k messages and then slow down to 100 messages

10% of messages missing

2014-05-29 Thread Alex
Hi all, I'm facing some problems with activemq. I'm using version 5.6 with the default configuration. I've only one producer and one consumer. Actually it is one application which is first sending messages to queue and then reading them. My activemq is running on a virtual machine placed in the

Re: change strategy for determining failure of primary in JBDC-backed setup

2012-05-28 Thread Alex Hooper
Gary Tully uttered: There should be a single statements element with attributes, so something like: *ahem*... To much staring and not enough looking, or something. Thanks, that has done the trick and now all is much better (except for my feeling like a moron). Many thanks, Alex

Re: change strategy for determining failure of primary in JBDC-backed setup

2012-05-27 Thread Alex Hooper
baseLocker | main 2012-05-25 15:16:33,784 | DEBUG | Locking Query is SELECT * FROM ACTIVEMQ_LOCK FOR UPDATE | org.apache.activemq.store.jdbc.DefaultDatabaseLocker | main Cheers, Alex. On 25 May 2012 15:17, Alex Hooper wrote: Gary Tully uttered: the keepAlive kicks in after the s

Re: change strategy for determining failure of primary in JBDC-backed setup

2012-05-25 Thread Alex Hooper
ection. Thanks again fro your help, Alex. On 25 May 2012 13:36, Alex Hooper wrote: Gary Tully uttered: [snip] In your setup, it is odd that the dropped connection does not cause the lock keepAlive to fail and the broker to terminate. It should, unless there are tcp level options that need t

Re: change strategy for determining failure of primary in JBDC-backed setup

2012-05-25 Thread Alex Hooper
query, there is no further TCP activity at all. Maybe I've misunderstood the intent of this function; that's far from unlikely. Alex. On 24 May 2012 11:45, Alex Hooper wrote: Hi, We are running activemq 5.5.1 in an active/passive failover configuration with JDBC Persistence to an Orac

Re: change strategy for determining failure of primary in JBDC-backed setup

2012-05-24 Thread Alex Hooper
apter#setLockKeepAlivePeriod = 0. Is that option configurable in the XML config? Anyway, thanks, Gary, for a detailed and pertinent response. This has given me a few things to try. Cheers, Alex. On 24 May 2012 11:45, Alex Hooper wrote: Hi, We are running activemq 5.5.1 in an active/passive

change strategy for determining failure of primary in JBDC-backed setup

2012-05-24 Thread Alex Hooper
r get and, in the event of a failure, won't serve any clients as it is not a master. Is there some way to change the decision mechanism to, eg, a polling strategy? Or can anyone suggest another resolution to this problem? Alex. -- Alex Hooper Operations Team Leader, BMJ Group, BMA House, L

Re: Error with ActiveMQ 5.5 and websocket over Stomp client

2011-04-28 Thread Alex Dean
aning to make time to learn how it works. A quick JIRA search turned up this issue, which sounds like it might be related: https://issues.apache.org/jira/browse/AMQ-3284 alex

Re: ajax handling fast messages

2011-03-07 Thread Alex Dean
work, I built activemq-web-5.5-SNAPSHOT.jar containing this fix, and dropped it into a stock ActiveMQ 5.4.2 build. We have not observed any ill effects using this combination so far. alex

Re: Persistent Stomp connection

2011-02-18 Thread Alex Dean
ase connections, you'll probably need to write a C extension. But then you're looking at 1 stomp connection per Apache worker, and they'll be holding those connections even if they're not actually doing anything with them. alex

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-16 Thread Alex Dean
* Your JS code. * The HTTP headers & content from your code's initial connection to the broker (from init()), and any POSTs from addListener() Does running ActiveMQ with debug logging enabled give you any clues? alex

Re: Ajax and Tomcat 6 - based on web-demo with a non embedded broker

2011-02-09 Thread Alex Dean
We made some changes recently to address a similar problem. alex

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-09 Thread Alex Dean
e time? Are all the polls from a single browser window, or do you have multiple windows open? alex

Re: Memory leak using Ajax

2011-02-01 Thread Alex Dean
ecific assistance. Here are some articles I found regarding how to troubleshoot memory usage in Firefox: http://support.mozilla.com/en-US/kb/High%20memory%20usage http://support.mozilla.com/en-US/kb/Safe%20Mode http://kb.mozillazine.org/Memory_Leak http://www.ehow.com/how_5871315_fix-firefox-memory-leak.html good luck! alex

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-01-29 Thread Alex Dean
all messages intended for it. https://issues.apache.org/jira/browse/AMQ-3094 I recently checked in a fix for this issue, so could you try your tests with a nightly snapshot build and see if that helps at all? https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.5-SNAPSHOT/ alex

Re: ActiveMQ "message" defined?? from the docs/web links

2011-01-28 Thread Alex Dean
essage is getting split into multiple messages, so I get multiple > ones returned. That sounds like a bug. Can you reproduce it reliably? What does the original message look like, how do you send it to the broker (stomp,ajax,other?), and what does the browser see when the messages are received? alex

Re: ActiveMQ Monitoring Tools

2011-01-24 Thread Alex Dean
On Jan 24, 2011, at 2:40 AM, Aleksandar Ivanisevic wrote: > Alex Dean writes: > >> I use a nagios script to periodically publish a stomp message to a >> queue, and then consume that message. It doesn't provide anything >> more than "is ActiveMQ u

Re: Question about ajax.html examples on website

2011-01-22 Thread Alex Dean
On Jan 22, 2011, at 9:23 AM, habumaster wrote: > > > Alex Dean-2 wrote: >> >> >> On Jan 21, 2011, at 11:13 PM, habumaster wrote: >> >> >> Replies inline. It seems I am getting to 8161 and it is returning the >> welcome page for Active

Re: Question about ajax.html examples on website

2011-01-21 Thread Alex Dean
On Jan 21, 2011, at 11:13 PM, habumaster wrote: > > Going the servlet route.. Your app is running on a main server, not a virtual > one I am guessing. I've run this kind of setup successfully on a single machine (OSX), on multiple physical servers (Centos5), and on multiple OpenVZ guests (Cent

Re: ActiveMQ Monitoring Tools

2011-01-21 Thread Alex Dean
mt about open-sourcing it. alex On Jan 21, 2011, at 11:50 AM, rliguori wrote: > > Are there any ActiveMQ Monitoring tools missing from the lists at the > following link? > > http://activemq.apache.org/how-can-i-monitor-activemq.html > > Let me know (by posting responses

Re: Question about ajax.html examples on website

2011-01-20 Thread Alex Dean
t;message" here? > Can you shed some light on it? If you're using Firefox/Firebug, you can also do "console.log(message)" instead of "alert(message)". That will give you much more insight into what "message" is. alex

Re: ajax handling fast messages

2011-01-17 Thread Alex Dean
On Jan 12, 2011, at 7:43 AM, Jeff Rose wrote: > On Wed, Jan 12, 2011 at 12:29 AM, Alex Dean wrote: > >> >> On Jan 11, 2011, at 8:14 AM, Jeff Rose wrote: >> >>> On Mon, Jan 10, 2011 at 4:57 PM, Alex Dean wrote: >>> >>>> >>>>

Re: Porblem extracting XML data in Firefox with ActiveMQ Ajax client

2011-01-17 Thread Alex Dean
On Jan 17, 2011, at 9:28 AM, Alex Dean wrote: > > 2. In your callback function, I believe message.nodeValue will be available > in either browser, and will be a string containing the message sent by the > server. I looked at this a little more, and nodeValue can have differ

Re: Porblem extracting XML data in Firefox with ActiveMQ Ajax client

2011-01-17 Thread Alex Dean
sage.nodeValue will be available in either browser, and will be a string containing the message sent by the server. Hope that helps! alex On Jan 16, 2011, at 8:22 AM, stratio wrote: > > Hello, i'm using an activeMQ Ajax client to consume messages (XML data) > published on a

Re: Question about ajax.html examples on website

2011-01-14 Thread Alex Dean
equests Off ProxyPass /amq http://localhost:8161 retry=10 ProxyPassReverse /amq http://localhost:8161 ProxyPassReverseCookiePath / /amq A browser request for http://localhost/amq/ becomes a request for http://localhost:8161/. alex alex

Re: queue still exist even after removal from conf/activemq.xml

2011-01-13 Thread Alex Dean
On Jan 13, 2011, at 3:15 PM, konura wrote: > Please help me get read of this obsolete queue. In the web admin, visit the Queues page and click the 'Delete' link next to the queue's name. I see three possible actions for each queue, 'Send To', 'Purge', and 'Delete'. alex

Re: ajax handling fast messages

2011-01-11 Thread Alex Dean
On Jan 11, 2011, at 8:14 AM, Jeff Rose wrote: > On Mon, Jan 10, 2011 at 4:57 PM, Alex Dean wrote: > >> >> On Jan 10, 2011, at 5:02 AM, Jeff Rose wrote: >> > > The last issue I do see is that fairly often the consumer stops listening to > the topic even

Re: ajax handling fast messages

2011-01-10 Thread Alex Dean
On Jan 10, 2011, at 5:02 AM, Jeff Rose wrote: > On Sat, Jan 8, 2011 at 2:11 AM, Alex Dean wrote: > On Dec 14, 2010, at 9:48 AM, Jeff Rose wrote: > > > Hi Alex, > > Thanks for the response. We looked into it a bit more based on your > > suggestion, and we discov

Re: ajax handling fast messages

2011-01-07 Thread Alex Dean
On Dec 14, 2010, at 9:48 AM, Jeff Rose wrote: > Hi Alex, > Thanks for the response. We looked into it a bit more based on your > suggestion, and we discovered that there is an error occurring when the > continuation is resumed in onMessageAvailable in AjaxListener.java. It >

Re: ajax handling fast messages

2011-01-03 Thread Alex Dean
we need to reproduce the current problem. I'm trying to write a test where - Thread 1 starts a subscription & polls for messages - Thread 2 publishes a lot of messages while thread 1's poll is active I think we'll see that not all messages sent by thread 2 are received in thread 1. alex

Re: Problem with Ajax API

2010-12-31 Thread Alex Dean
n Webkit, so it doesn't surprise me that they both throw this same error message.) alex

Re: Problem using Ajax to listen to a queue/topic

2010-12-31 Thread Alex Dean
er for Sencha Touch What other dependencies need to be met to use this adapter? Just ext.js? I think it would be nice to add this adapter to ActiveMQ. Could you open a ticket and attach your new adapter as a patch? thanks, alex

Re: Problem with Ajax API

2010-12-28 Thread Alex Dean
ssues.apache.org/jira/browse/AMQ-3015, which will be in ActiveMQ 5.5.0. If that's the problem you're hitting, everything will work correctly after you reload the page (since a session has already been established). alex

Re: ajax handling fast messages

2010-12-22 Thread Alex Dean
On Dec 17, 2010, at 1:14 PM, Alex Dean wrote: > > On Dec 16, 2010, at 5:33 PM, Alex Dean wrote: > >> >> I'll get a useful test written up tomorrow morning, and create a new JIRA >> issue if Jeff doesn't beat me to it. > > I've created https:/

Re: Problem with Ajax API

2010-12-22 Thread Alex Dean
orking on another problem which can cause a browser client to lose some messages, but what you're reporting doesn't seem to be the same issue. https://issues.apache.org/jira/browse/AMQ-3094 alex

Re: Problem with Ajax API

2010-12-22 Thread Alex Dean
On Dec 22, 2010, at 3:13 AM, stratio wrote: > Ok, I just commented the line "headers[ 'Connection' ] = 'close';" and now > from the admin page i can see my client connecting to the topic and > consuming the messages I checked this issue in Chrome, and while I do see the error you reported ("ref

Re: Problem with Ajax API

2010-12-22 Thread Alex Dean
On Dec 22, 2010, at 5:32 AM, stratio wrote: > Content : > > > > > > > > > So I guess that the reason for which i don't see anything on the browser is > that the response is a binary message. I saw this > https://issues.apache.org/jira/browse/AMQ-2833 about this problem > (considering i'm

Re: Problem with Ajax API

2010-12-21 Thread Alex Dean
.js https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-web-demo/src/main/webapp/js/amq_jquery_adapter.js?r=HEAD#l68 * or use a different browser, only to verify that you can receive a message via ajax. Of course we want Chrome to work, but it'd be nice to hear you were able to receive a message in your browser. alex

Re: Problem with Ajax API

2010-12-21 Thread Alex Dean
On Dec 21, 2010, at 11:07 AM, stratio wrote: > > > Alex Dean-2 wrote: >> >> What's returned by the server? Is it maybe one of these? >> * "" : This is what a timeout looks like. >> No messages received. >> * "> destination='

Re: Problem with Ajax API

2010-12-21 Thread Alex Dean
That particular problem should be fixed, so if it's still occurring I'd like to know. Or your issue may be totally unrelated. I'd be really interested to know what the server response looks like when you see this error, including all headers and content. regards, alex

Re: ajax handling fast messages

2010-12-17 Thread Alex Dean
On Dec 16, 2010, at 5:33 PM, Alex Dean wrote: > > I'll get a useful test written up tomorrow morning, and create a new JIRA > issue if Jeff doesn't beat me to it. I've created https://issues.apache.org/jira/browse/AMQ-3094 for this problem. My testing so far is incon

Re: ajax handling fast messages

2010-12-16 Thread Alex Dean
On Dec 15, 2010, at 9:34 AM, Dejan Bosanac wrote: > Hey Alex, > > seems like http client should this job automatically > > http://hc.apache.org/httpclient-3.x/cookies.html > > did you try some of this methods? I thought I had. I was using RestTest.java as a model.

Re: ajax handling fast messages

2010-12-15 Thread Alex Dean
On Dec 15, 2010, at 3:02 AM, Dejan Bosanac wrote: > Hi Jeff, Alex, > > having some kind of test that reproduces the issue would be great. > It'd be good to add something to the tests Alex already contributed > > https://fisheye6.atlassian.com/browse/activemq/trunk/act

Re: ajax handling fast messages

2010-12-14 Thread Alex Dean
will happily contribute to the testing effort. alex On Dec 14, 2010, at 10:48 AM, Jeff Rose wrote: > Hi Alex, > Thanks for the response. We looked into it a bit more based on your > suggestion, and we discovered that there is an error occurring when the > continuation is res

Re: ajax handling fast messages

2010-12-10 Thread Alex Dean
trying to see what's going on. I have a guess it's in MessageListenterServelet.doMessages(). There's some code in there which should put multiple elements into a single , but it's not happening for some reason. Maybe we should open a ticket for this? alex

Re: delayed initialization of ajax listeners

2010-12-09 Thread Alex Dean
Raising this again. Can a committer take a look? On Dec 1, 2010, at 9:45 AM, Alex Dean wrote: > https://issues.apache.org/jira/browse/AMQ-3015 was submitted about a month > ago, and fixes a bug we've found in how listeners get set up with amq.js. > Could a committer review

ajax wiki page updated

2010-12-01 Thread Alex Dean
ow to use selectors with amq.js (as of 5.4.1) * Describe how to use amq.js in multiple browser windows/tabs simultaneously (as of 5.4.2) https://cwiki.apache.org/confluence/display/ACTIVEMQ/Ajax Please let me know if any of the new content is unclear or if more examples would be helpful. thanks, alex

delayed initialization of ajax listeners

2010-12-01 Thread Alex Dean
hs with no problems. thanks, alex

Re: What does this mean?

2010-11-10 Thread Alex Dean
licated, topology". Removing the additional clause, it could also be read as "... provides a basic shared nothing topology which does not ..." Does that make the sentence clearer? alex

Re: multiple ajax clients in the same browser?

2010-10-13 Thread Alex Dean
Id. I tried the 'edit this page' link, but was told I don't have permissions to edit. Can you grant that (my username is 'alexdean'), or describe how I should submit a patch/update for that page? alex

Re: multiple ajax clients in the same browser?

2010-10-11 Thread Alex Dean
No trouble. Just wanted to keep it on the radar. On Oct 11, 2010, at 12:14 PM, Dejan Bosanac wrote: > Hi Alex, > > it was a busy week, so I didn't get to take a look at it yet. I'll try > to do it this week. > > Cheers > -- > Dejan Bosanac - http://t

Re: multiple ajax clients in the same browser?

2010-10-11 Thread Alex Dean
Has anyone had a chance to review this patch yet? https://issues.apache.org/activemq/browse/AMQ-2948 thanks, alex On Oct 1, 2010, at 8:38 AM, Alex Dean wrote: > Great, thanks Dejan. > > One issue I have noticed with this change: Sometimes when I close a browser > window wh

Re: Beginner problem: Too many consumers on queue after browser restart...

2010-10-08 Thread Alex Dean
We're just waiting on AMQ-2948 before submitting this patch. alex

Re: ActiveMQ 5.4.1, Jetty 7 and Ajax Servlet issue

2010-10-07 Thread Alex Dean
messages? 2. When does the exception occur? When an ajax client polls for messages, or otherwise? 3. Using Firebug or some similar tool, can you post the full ajax conversation between client & server, showing what the client sent and what the server returned. alex

Re: ActiveMQ 5.4.1, Jetty 7 and Ajax Servlet issue

2010-10-07 Thread Alex Dean
On Oct 7, 2010, at 11:29 AM, eam wrote: > > Is it a bug? > If not, what I have to do to resolve my problem? > I tried activemq 3.5.2 and it works with firefox, but with IE a blank ajax > message incoming... > With activemq 5.4.1 I have that exception What exception do you have? What does your

Re: Does this effect REST/web access? Timer/TimerTask code added to examine ajaxWebClients

2010-10-01 Thread Alex Dean
er be cleaned up as far as I can see. The cleanup logic I implemented for AjaxWebClient could possibly be moved into the main WebClient class. If that were done, the Timer task would be easy to add to MessageServlet. alex

Re: multiple ajax clients in the same browser?

2010-10-01 Thread Alex Dean
AjaxListener somehow? The fact that this only happens for an abandoned web client, and is resolved when the cleanup thread runs, made me think it's not critical, but I'd still like to figure out why it's happening. alex On Oct 1, 2010, at 3:36 AM, Dejan Bosanac wrote: > Thanks A

Re: AJAX: Error occurred in poll. HTTP result: 200, status: parsererror

2010-09-30 Thread Alex Dean
s empty. The client gets a Content-Type header of 'text/plain', which causes jQuery to not populate response.responseXML. So even though XML is being returned, jquery doesn't recognize it as such. The fix for this (which is just to move 2 lines of code, so Content-Type is always set to 'text/xml') is in https://issues.apache.org/activemq/browse/AMQ-2948. alex

Re: Beginner problem: Too many consumers on queue after browser restart...

2010-09-30 Thread Alex Dean
On Sep 30, 2010, at 4:33 PM, jule wrote: > > Hi Alex, > > you´re right, reloading after restart will get it back to work. Thanks for > your explanation. Is there a schedule for the patch you mentioned? Our plan (at my work) is to get https://issues.apache.org/activemq/

Re: multiple ajax clients in the same browser?

2010-09-30 Thread Alex Dean
I attached a new (and hopefully much-improved) patch to this ticket. Reviews appreciated. alex On Sep 28, 2010, at 12:29 PM, Alex Dean wrote: > I just submitted a patch to allow multiple windows in the same browser to > send/receive messages via ajax. > > https://issues.apache.

Re: Beginner problem: Too many consumers on queue after browser restart...

2010-09-30 Thread Alex Dean
ce then the GET & POST are both using the same session. alex

Re: multiple ajax clients in the same browser?

2010-09-28 Thread Alex Dean
I just submitted a patch to allow multiple windows in the same browser to send/receive messages via ajax. https://issues.apache.org/activemq/browse/AMQ-2948 alex On Sep 13, 2010, at 10:48 AM, Dejan Bosanac wrote: > Hi Alex, > > with REST API (which shares some common code with A

Re: getting started with activemq development

2010-09-23 Thread Alex Dean
e result is the same. I watched port 8080 in wireshark while my test was running, and I did see that the 'Set-Cookie' header was returned by the server. http://skitch.com/alexdean/d2g2b/capturing-from-lo0-wireshark alex On Sep 23, 2010, at 6:04 AM, Dejan Bosanac wrote: > Hi Alex

Re: ajax clients must refresh browser to get data

2010-09-22 Thread Alex Dean
emo/amq query=timeout=45000&d=1285186383593&r=0.9412045402828407 DEBUG | doMessage timeout=25000 DEBUG | RESPONSE /demo/amq 200 At this point, my client is receiving messages normally. But why do I have to refresh the page twice in order to make this happen? thanks, alex On Sep 22, 2010, at 1:

ajax clients must refresh browser to get data

2010-09-22 Thread Alex Dean
g published to the topic. No data is received until I refresh the browser. I don't know much about continuations, but could they be involved with this problem? thanks, alex

Re: getting started with activemq development

2010-09-22 Thread Alex Dean
I have been able to run tests for activemq-core via maven. Thanks. I'm looking for tests in activemq-web, and not finding any. Are there no tests for AjaxServlet, MessageListenerServlet, etc? I suspect maybe I'm looking in the wrong place. alex On Sep 22, 2010, at 11:44 AM, Dej

getting started with activemq development

2010-09-22 Thread Alex Dean
, that that provided by the Geoserver project (http://geoserver.org/display/GEOSDOC/3+Eclipse+Quickstart) would be wonderful. I'd be willing to write one, get screenshots, etc, if only I knew what to put in it. :) Help? thanks, alex

need help configuring eclipse

2010-09-22 Thread Alex Dean
I've done the following: - svn co https://svn.apache.org/repos/asf/activemq/trunk activemq-trunk - run 'mvn eclipse:eclipse' in the activemq-trunk working copy - In Eclipse, define M2_REPO as /Users/alex/.m2/repository - Add new Eclipse project 'from existing sources

Re: multiple ajax clients in the same browser?

2010-09-14 Thread Alex Dean
I submitted an updated patch for https://issues.apache.org/activemq/browse/AMQ-2874 with the change described below. alex On Sep 14, 2010, at 11:03 AM, Alex Dean wrote: Thanks. I will work on this as soon as I can. I submitted a change to the addListener() function in amq.js in https

Re: multiple ajax clients in the same browser?

2010-09-14 Thread Alex Dean
me', 'topic://test', function(msg){ /* callback */ }, { selector:"some-header='some-value'", clientId:"test- client" } ) I will update the patch I attached to AMQ-2874 to make that work. alex On Sep 13, 2010, at 10:48 AM, Dejan Bosanac wrote: Hi A

Re: multiple ajax clients in the same browser?

2010-09-13 Thread Alex Dean
I'd be interested in attempting a fix for this problem. Please send along any information you think would help me get started. thanks, alex On Sep 13, 2010, at 3:25 AM, Dejan Bosanac wrote: Hi Alex, unfortunately this is not supported at the moment as listeners are tied to the se

Re: message filtering via ajax in 5.4?

2010-09-13 Thread Alex Dean
Patch is ready for consideration : https://issues.apache.org/activemq/browse/AMQ-2874 thanks, alex On Aug 5, 2010, at 8:41 AM, Dejan Bosanac wrote: Hi Alex, I think the 4th optional parameter would work just fine. Can you raise a Jira and attach patch there when you have it ready. Thanks

multiple ajax clients in the same browser?

2010-09-10 Thread Alex Dean
#x27;t solved the problem. I imagine this is due to the fact that both windows share the same session id on the broker. Is there a way to work around this problem, so I can have multiple windows open to the same amq/ajax-connected page? thanks, alex

Re: messages sent via stomp are not received in ajax client

2010-08-17 Thread Alex Dean
27;re looking forward to a 5.4 upgrade in the near future. alex On Jul 12, 2010, at 12:48 AM, Dejan Bosanac wrote: Hi Alex, I think it's a bigger problem to pass and handle byte[] content in JavaScript. All patches are welcomed, of course :) Cheers -- Dejan Bosanac - http://twitter.com/de

Re: message filtering via ajax in 5.4?

2010-08-04 Thread Alex Dean
rowse/activemq/trunk/activemq-web-demo/src/main/webapp/js/amq.js?r=HEAD If you can think of a way you'd prefer to have this implemented, I'd be happy to code up a patch. alex On Aug 4, 2010, at 2:25 AM, Dejan Bosanac wrote: Hi Alex, yes MessageListenerServlet supports selectors in th

Re: message filtering via ajax in 5.4?

2010-08-03 Thread Alex Dean
On Jul 26, 2010, at 11:25 AM, Alex Dean wrote: In 5.4, will ajax clients be able to specify per-subscription filtering rules when subscribing to topics? I don't see any obvious support for this in the 5.4-SNAPSHOT amq.js code, but maybe I'm missing it. Would be very helpful to

Re: Port sharing with servlet engine

2010-07-30 Thread Alex Dean
On Jul 30, 2010, at 10:00 AM, Erik Martino Hansen wrote: Is it possible to let activemq share a port (80 or 8080) with a servlet engine like Jetty or Tomcat? So that a single port on a single server serves standard http requests and jms broker communication. You could put Apache on port

message filtering via ajax in 5.4?

2010-07-26 Thread Alex Dean
aScript side of things. Is there support for filtering in the MessageListenerServlet? thanks, alex

ajax delivery frequently gets delayed or stalled for 25 seconds in activemq 5.3

2010-07-14 Thread Alex Dean
are immediately delivered. So, if the stall happens after message 10, then I wait 5 seconds and reload, I see messages 11-15 displayed just before the browser reloads. I'm guessing that when the client closes the open GET request which is parked on the server, that somehow causes the server to flush queued/suspended messages back to the client. Why they get queued/suspended in the first place is really the question. thanks, alex

Re: messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
On Jul 9, 2010, at 3:44 PM, Alex Dean wrote: On Jul 9, 2010, at 1:50 PM, Alex Dean wrote: I have a Ruby script which publishes a message to an ActiveMQ topic via Stomp. I'm attempting to send these messages to the topic used by the demo chat.html included in ActiveMQ, so I'm

Re: messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
On Jul 9, 2010, at 1:50 PM, Alex Dean wrote: I have a Ruby script which publishes a message to an ActiveMQ topic via Stomp. I'm attempting to send these messages to the topic used by the demo chat.html included in ActiveMQ, so I'm using the XML message format expected by

messages sent via stomp are not received in ajax client

2010-07-09 Thread Alex Dean
exbot'>test two Fri Jul 09 13:35:13 -0500 2010: from='alexbot'>test three Fri Jul 09 13:35:16 -0500 2010: Fri Jul 09 13:37:28 -0500 2010: test message Any idea what's going on here? There are no proxies involved this time. All clients are connecting directly to ActiveMQ/Jetty. thanks, alex Environment: client: Mac OSX 10.5.6 Firefox 3.6 server: Centos 5.4 ActiveMQ 5.3.0 java version "1.5.0_03" Ruby 1.8.7 with stomp-1.0.4 gem

Re: help with ajax

2010-07-09 Thread Alex Dean
", so requests for 'http://localhost/amq/amq' are proxied back to 'http://localhost:8161/demo/amq'. Cookies returned by ActiveMQ with 'path=/demo' are rewritten by Apache, so the client sees 'path=/amq'. alex On Jul 8, 2010, at 5:12 AM, Dejan

help with ajax

2010-07-07 Thread Alex Dean
e=ID:rutabaga.local-63558-1278527484508-2:1:1:1, started=true }continuation=null jvm 1| DEBUG | localhost removing consumer: ID:rutabaga.local-63558-1278527484508-2:1:1:1 for destination: topic:// MY.DEMO I have 2 questions at the moment: 1. Why does my consumer not receive the message

Re: graceful ActiveMQ shutdown

2010-05-23 Thread Alex Harvey
x27;m very glad you think the method is sound and I'll happily send the scripts through to anyone wants them if they prove to be useful after our application goes into the testing phase. Best, Alex

graceful ActiveMQ shutdown

2010-05-22 Thread Alex Harvey
the scripts / config files if anyone wants to see them. Many thanks, Alex Harvey Sysadmin

Re: JBoss and ActiveMQ with remote JNDI

2008-05-02 Thread Alex Soto
If that is true, how is it possible that the JBossMQ connection factory is available to remote clients? I think is against the purpose of the standard if a change in the implementation causes the clients to stop working. Alex Soto [EMAIL PROTECTED] - Amicus Plato, sed magis amica veritas

ActiveMQ 5.0, JBoss 4.2.2, JNDI DataSource

2008-04-30 Thread Alex Soto
How do I configure my broker-config.xml to use a JNDI data source from JBoss? Alex Soto [EMAIL PROTECTED] - Amicus Plato, sed magis amica veritas.

Re: JBoss and ActiveMQ with remote JNDI

2008-04-30 Thread Alex Soto
Thank you Philippe, It's good to know. Alex Soto [EMAIL PROTECTED] - Amicus Plato, sed magis amica veritas. On Apr 30, 2008, at 10:51 AM, Philippe P. wrote: I find the bug, not the solution now. The remote JNDI register a org.apache.activemq.ra.ActiveMQManagedConnectionFactory. W

InvalidClientID (Broker embedded in JBoss)

2008-04-30 Thread Alex Soto
ny help will be appreciated. Thanks, Alex Soto

Re: JBoss and ActiveMQ with remote JNDI

2008-04-29 Thread Alex Soto
James Strachan wrote: 2008/4/29 Alex Soto <[EMAIL PROTECTED]>: I also have the same problem. The suggestions I've seen is to instantiate ActiveMQConnectionFactory instead of getting it from JNDI. As a workaround it is satisfactory but this solution does not go very far. Certai

Re: JBoss and ActiveMQ with remote JNDI

2008-04-29 Thread Alex Soto
ation. Does anybody knows if there is a plan to solve this issue? -Alex ppr wrote: I want use a JBoss remote JNDI to find the connection factory and queues. I use the RAR integrated in each server, the JNDI client and the JNDI serveur with the ActiveMQ. The lookup return "null". Is it

Re: [ActiveMQ] Trying to decipher confusing exception message

2008-04-25 Thread Alex Karasulu
I just went to file a JIRA and it seems I have to create yet another JIRA account since this is not the same instance used ASF wide. Gosh we need to tie these JIRA instances together with the same user store. Alex On Fri, Apr 25, 2008 at 1:49 PM, Alex Karasulu <[EMAIL PROTECTED]> wrote:

Re: [ActiveMQ] Trying to decipher confusing exception message

2008-04-25 Thread Alex Karasulu
Ahh OK thanks a bunch Rob. This furthered my understanding a lot. Alex On Fri, Apr 25, 2008 at 1:40 PM, Rob Davies <[EMAIL PROTECTED]> wrote: > > On 25 Apr 2008, at 16:42, Alex Karasulu wrote: > > On Fri, Apr 25, 2008 at 2:48 AM, Rob Davies <[EMAIL PROTECTED]> wrote:

Re: [ActiveMQ] Trying to decipher confusing exception message

2008-04-25 Thread Alex Karasulu
On Fri, Apr 25, 2008 at 2:48 AM, Rob Davies <[EMAIL PROTECTED]> wrote: > > On 25 Apr 2008, at 04:46, Alex Karasulu wrote: > > Hi all, >> >> I just started using ActiveMQ 5.1.0 and it's just wonderful. I just wish >> I >> had a better understandin

[ActiveMQ] Trying to decipher confusing exception message

2008-04-24 Thread Alex Karasulu
s are the way they are and this check is failing? These are probably some dumb questions and I must be doing something dumb here. Looking for enlightenment :). Thanks much, Alex

Questions about transactions with ActiveMQ

2008-04-05 Thread Alex J Lennon
ing how to use the API in transactional mode? Thanks! Alex Lennon -- View this message in context: http://www.nabble.com/Questions-about-transactions-with-ActiveMQ-tp16514728s2354p16514728.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

  1   2   >