Re: AjaxServlet on Tomcat

2011-07-18 Thread viji
Hi, This wont work with tomcat as it is using the jetty continuation feature. You can try the jetty servlet container with JBOSS/GlassFish/Geronimo You can try modify the code using the AIO feature of tomcat. Thanks Viji On Mon, Jul 18, 2011 at 3:11 PM, jaskaran [via ActiveMQ]

[jira] [Commented] (AMQ-3135) ActiveMQ.Advisory.Connection messages should contain client ip/host

2011-07-18 Thread Dejan Bosanac (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066896#comment-13066896 ] Dejan Bosanac commented on AMQ-3135: Added some more logic there (svn rev 1147812), so

Re: Discovery without multicast (like on EC2)

2011-07-18 Thread Sam2222
Thx Dejan but Fuse Fabric is to big for me ;) So I try to develop an discovery Agent that use a Data Base to reference Broker : https://github.com/sliard/multicastdb It's just a start. I have some trouble to get Spring Context (mail

[jira] [Created] (AMQ-3402) Stomp over Websocket truncates the message body

2011-07-18 Thread Manu Agarwal (JIRA)
Stomp over Websocket truncates the message body --- Key: AMQ-3402 URL: https://issues.apache.org/jira/browse/AMQ-3402 Project: ActiveMQ Issue Type: Bug Components: Connector Affects

[jira] [Commented] (AMQ-3402) Stomp over Websocket truncates the message body

2011-07-18 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067030#comment-13067030 ] Timothy Bish commented on AMQ-3402: --- Have you tried this using a recent SNAPSHOT build? I

[jira] [Commented] (AMQ-3402) Stomp over Websocket truncates the message body

2011-07-18 Thread Manu Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067048#comment-13067048 ] Manu Agarwal commented on AMQ-3402: --- Tim, I tried using the 5.5-SNAPSHOT, but its giving

[jira] [Created] (AMQ-3403) Maven performance test plugin documenation is out-dated

2011-07-18 Thread Geert Schuring (JIRA)
Maven performance test plugin documenation is out-dated --- Key: AMQ-3403 URL: https://issues.apache.org/jira/browse/AMQ-3403 Project: ActiveMQ Issue Type: Bug Components:

[jira] [Commented] (AMQ-3402) Stomp over Websocket truncates the message body

2011-07-18 Thread Manu Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067084#comment-13067084 ] Manu Agarwal commented on AMQ-3402: --- If instead of sending the large content as message

Re: Discovery without multicast (like on EC2)

2011-07-18 Thread Dejan Bosanac
Hi, propagating the BrokerService to discovery agents is not supported at the moment. You may want to hack it up. Some of the classes to look at: org.apache.activemq.broker.BrokerService org.apache.activemq.network.DiscoveryNetworkConnector

[jira] [Created] (AMQ-3404) Purge command does not accept message selectors

2011-07-18 Thread Allen Reese (JIRA)
Purge command does not accept message selectors --- Key: AMQ-3404 URL: https://issues.apache.org/jira/browse/AMQ-3404 Project: ActiveMQ Issue Type: Bug Components: Broker Affects

Jenkins build is back to stable : ActiveMQ » ActiveMQ :: XMPP #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/org.apache.activemq$activemq-xmpp/699/

Jenkins build is still unstable: ActiveMQ » ActiveMQ :: Core #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/org.apache.activemq$activemq-core/changes

Jenkins build is still unstable: ActiveMQ » ActiveMQ :: RAR #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/org.apache.activemq$activemq-rar/699/

Jenkins build is still unstable: ActiveMQ » ActiveMQ :: Camel #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/org.apache.activemq$activemq-camel/699/

Jenkins build is still unstable: ActiveMQ » ActiveMQ :: Spring #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/org.apache.activemq$activemq-spring/699/

Jenkins build is still unstable: ActiveMQ #699

2011-07-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ActiveMQ/changes

[jira] [Created] (AMQ-3405) DLQ messages moved/copied into original queue disappear after failing processing for a second time

2011-07-18 Thread Carey Flichel (JIRA)
DLQ messages moved/copied into original queue disappear after failing processing for a second time -- Key: AMQ-3405 URL:

[jira] [Commented] (AMQ-3405) DLQ messages moved/copied into original queue disappear after failing processing for a second time

2011-07-18 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067262#comment-13067262 ] Timothy Bish commented on AMQ-3405: --- It would be really helpful if you could take a stab

AMQ-3404 querying via JMX

2011-07-18 Thread Allen Reese
I'm looking at the patch we have put together for AMQ-3404 (Fix the Purge command to use message selectors), and I've run into something that just doesn't seem right. In order to create the list of messages to remove, an AmqMessagesQueryFilter is created, and this requires a broker URL.

RE: AMQ-3404 querying via JMX

2011-07-18 Thread Allen Reese
Nevermind, I just had to look closer. I found this in BrowseCommand.java: // Iterate through the queue result for (Iterator j = queueList.iterator(); j.hasNext();) { List messages = JmxMBeansUtil.createMessageQueryFilter(createJmxConnection(),

Re: AMQ-3404 querying via JMX

2011-07-18 Thread Timothy Bish
On Mon, 2011-07-18 at 14:15 -0700, Allen Reese wrote: I'm looking at the patch we have put together for AMQ-3404 (Fix the Purge command to use message selectors), and I've run into something that just doesn't seem right. In order to create the list of messages to remove, an

RE: AMQ-3404 querying via JMX

2011-07-18 Thread Allen Reese
On Mon, 2011-07-18 at 14:15 -0700, Allen Reese wrote: I'm looking at the patch we have put together for AMQ-3404 (Fix the Purge command to use message selectors), and I've run into something that just doesn't seem right. Is there any way to do the query over JMX instead of creating a

RE: AMQ-3404 querying via JMX

2011-07-18 Thread Allen Reese
On a related note, it seems that neither PurgeCommand nor BrowseCommand support -xmsgsel: This is the options code: (which is pretty much the same as the --msgsel): } else if (token.startsWith(--xmsgsel)) { // If token is a substractive message selector option //

Re: Discovery without multicast (like on EC2)

2011-07-18 Thread Sam2222
Thx I find it. I need to change org.apache.activemq.broker.TransportConnector : protected DiscoveryAgent createDiscoveryAgent() throws IOException { if (discoveryUri != null) { DiscoveryAgent agent = DiscoveryAgentFactory.createDiscoveryAgent(discoveryUri); if( agent!=null agent

[jira] [Commented] (AMQ-3402) Stomp over Websocket truncates the message body

2011-07-18 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067353#comment-13067353 ] Timothy Bish commented on AMQ-3402: --- I think the problem with the 5.6-SNAPSHOT was caused

[jira] [Commented] (AMQ-3403) Maven performance test plugin documenation is out-dated

2011-07-18 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067357#comment-13067357 ] Timothy Bish commented on AMQ-3403: --- If you attach some diffs for the changes you think