Re: [SPAM] - Re: [SPAM] - Re: Producer and write permission - Found word(s) UCE in the subject - Found word(s) UCE in the subject

2008-07-22 Thread Yari Marchetti
Thx, i'll check it out Dejan Bosanac ha scritto: Hi, it's possible. Take a look at the receipt header in the Stomp protocol which is used for this purpose http://stomp.codehaus.org/Protocol#Protocol-Receipt But, it's up to the client whether it will be supported. PHP client supports it like t

Re: [SPAM] - Re: Producer and write permission - Found word(s) UCE in the subject

2008-07-22 Thread Dejan Bosanac
Hi, it's possible. Take a look at the receipt header in the Stomp protocol which is used for this purpose http://stomp.codehaus.org/Protocol#Protocol-Receipt But, it's up to the client whether it will be supported. PHP client supports it like this http://stomp.codehaus.org/PHP+Synchronous+vs.+A

Re: [SPAM] - Re: Producer and write permission - Found word(s) UCE in the subject

2008-07-22 Thread Yari Marchetti
thanks, that made it. I checked the Net::Stomp library for Perl but i didn't find a way to set the producer to use sync sends, only to set sync consumer. do you know if it is possible to achieve the same result with a Stomp client? Joe Fernandez ha scritto: Try setting the connection factory

Re: Producer and write permission

2008-07-21 Thread Joe Fernandez
gt; > so my question is: is this behavior the correct one? wouldn't be better > to send a notification of error > after a failed write on a queue ? > > -- View this message in context: http://www.nabble.com/Producer-and-write-permission-tp18571129p18573753.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer and write permission

2008-07-21 Thread Yari Marchetti
Hi, i have a configuration with JAAS enabled on a per queue basis. I created a user named 'Test' and didn't give it write permission on a static queue named 'test.queue'. Using the example producer (the one in the activemq package), modified just to provide it with Test user and password, using o