Re: ActiveMq integration with Spring 2.5

2010-05-25 Thread zzcat
Hi Gary , even if I updated my spring to 2.5.6 , I still got the same error. Here is my stack trace. It says can't find "org.springframework.transaction.support.TransactionSynchronizationUtils.sameResourceFactory" actually this method does exist in 2.5.5. I guess there're some other issues. 10:

Re: Message-Level Authorization between brokers?

2010-05-25 Thread Jim Lloyd
I've done more research and I think I know better where ActiveMQ would support my desired feature, and it seems the support isn't quite there. I think I want to be able to create a plugin that allows me to customize the behavior of DemandForwardingBridgeSupport.isPermissableDestination(). This is t

Re: Help with mutual authentication using ActiveMQ 5.3

2010-05-25 Thread mvtiru
Thank you James. I am able to get over the orginal exception I report after commenting out the Jetty.xml import in ActiveMQ. Thanks for your pointer. That helped. But now to the next big problem in the same chain - As ever, all your help is greatly appreciated. Thanking in advance. Scenario - M

RE: Uncaught exception in subscriber ends subscription

2010-05-25 Thread Minutello, Nick
Cheers, will do. Just need to get a jira admin to update my email address in jira so I can reset my password :) (email address is from a past job - I think its nick.minute...@bnpparibas.com - username is nickminutello ) Cheers, -N -Original Message- From: Gary Tully [mailto:gary.tu...@g

Message-Level Authorization between brokers?

2010-05-25 Thread Jim Lloyd
Can a BrokerFilter be used to message-level authorization of messages sent from one broker to another in a network of brokers? Suppose you have a hub and spoke architecture, where there may be many 'spoke brokers' that connect to one hub broker using duplex connections. In this topology, we want t

Re: ActiveMq integration with Spring 2.5

2010-05-25 Thread Gary Tully
that class should be in spring-jms - btw 5.3.2 was build/tested with spring 2.5.6 On 25 May 2010 14:52, zzcat wrote: > > I am using ActiveMq 5.32 with Spring 2.5.5. I use pretty generic > configuration, as long as I include the > jmsTransactionManager in DefaultMessageListenerContainer, Spring

Re: Uncaught exception in subscriber ends subscription

2010-05-25 Thread Gary Tully
please open a jira issue with your test code and we can get to the bottom of this. On 25 May 2010 15:48, Minutello, Nick wrote: > > Has anyone else seen this issue? > I don't believe I've stumbled across a bug like this... seems a bit too > fundamental ... > -Nick > > > __

Re: Finding out when client is offlin

2010-05-25 Thread Gary Tully
great. thanks. will have a peek at it in the next few days. On 25 May 2010 14:43, James Casey wrote: > Hi Gary, > > I've worked up a fix for Advisories via STOMP - the patch is attached > to . > > It's a good start, but could probably do with a

Re: chat example doesnt work

2010-05-25 Thread matzelito
ok one user with the iexplorer and the other with firefox than it works ! -- View this message in context: http://old.nabble.com/chat-example-doesnt-work-tp28594394p28669885.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: Uncaught exception in subscriber ends subscription

2010-05-25 Thread Minutello, Nick
Has anyone else seen this issue? I don't believe I've stumbled across a bug like this... seems a bit too fundamental ... -Nick > _ > From: Minutello, Nick > Sent: 24 May 2010 20:00 > To: 'users@activemq.apache.org' > Subject: RE: Unca

ActiveMq integration with Spring 2.5

2010-05-25 Thread zzcat
I am using ActiveMq 5.32 with Spring 2.5.5. I use pretty generic configuration, as long as I include the jmsTransactionManager in DefaultMessageListenerContainer, Spring throw an error on start up: "Error creating bean with name 'org.springframework.jms.listener.DefaultMessageListenerContainer#

Re: Finding out when client is offlin

2010-05-25 Thread James Casey
Hi Gary, I've worked up a fix for Advisories via STOMP - the patch is attached to . It's a good start, but could probably do with a bit more work to clean up the message formats - it uses XStream to serialize the DataStructure object (and all th

Re: DLQ Handling

2010-05-25 Thread Gary Tully
Redelivery does intentionally block the queue to maintain order and when messages are sent to the dlq, they do indeed stay there. You can check out a camel based solution to redelivery processing from https://issues.apache.org/activemq/browse/AMQ-2710 (see the subversion commit tab to see the sour