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 > looks like this onM

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

2011-01-07 Thread alikic
Here is the ticket: https://issues.apache.org/jira/browse/AMQ-3117 -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-using-Ajax-to-listen-to-a-queue-topic-tp3167287p3187146.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ client without Spring

2011-01-07 Thread David Pollak
Awesome! Thanks! On Fri, Jan 7, 2011 at 6:49 AM, Gary Tully wrote: > Afraid there is no official list but most of the compilation deps on > activemq-core are broker side so they can be safely excluded for a > simple tcp client. > > There is an open jira issue to build a client only jar that nee

Re: ActiveMQ client without Spring

2011-01-07 Thread Gary Tully
Afraid there is no official list but most of the compilation deps on activemq-core are broker side so they can be safely excluded for a simple tcp client. There is an open jira issue to build a client only jar that needs some work, it tries to strip out the broker classes from the activemq-core ja

Re: ActiveMQ client without Spring

2011-01-07 Thread David Pollak
On Fri, Jan 7, 2011 at 3:14 AM, Gary Tully wrote: > The spring dependencies are only used for the xbean spring xml > configuration of the broker. > > Thanks for the answer. Is there a list someplace of legal exclusions so I can have a minimal client? > A pom like the following, with a spring e

Re: message-id format

2011-01-07 Thread Gary Tully
best reference is the code: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/IdGenerator.java?view=markup A connection Id uses the above generator, which forms the basis for a session id, which forms the basis for a producer id which forms the basis

Re: ActiveMQ client without Spring

2011-01-07 Thread Gary Tully
The spring dependencies are only used for the xbean spring xml configuration of the broker. A pom like the following, with a spring exclusion will do it: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.