Re: Running MDB (EJB3) in JBoss

2007-08-12 Thread ferry97
Apparently this is a deadlock issue : see : http://www.nabble.com/-jira--Resolved%3A-%28AMQ-1092%29-Deadlock-when-ActiveMQ-4.X-is-run-as-an-embedded-broker-inside-JBoss-4.X-with-%22%3Cconfig-property-value%3Evm%3A--localhost%3C-config-property-value%3E%22-configured-in-the-ra.xml-file.-tf3908435s2

Toying w/ XMPP, But Need Help...

2007-08-12 Thread kitplummer
A couple of quick questions... 1. In the example here (http://activemq.apache.org/xmpp.html) a username:password combo is given to Spark - where do I set the username:password mapping for ActiveMQ? 2. I'm seeing an Exception as soon as the connection attempt is made, is this preventing the login

JBoss - [ManagementContext] Failed to start jmx connector

2007-08-12 Thread ferry97
Hi, Does anyone have ever experience this ? I have tried to search in forum, and googled around, but found no help. 11:41:27,191 WARN [ManagementContext] Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.CommunicationException [Root exception is java.r

Running MDB (EJB3) in JBoss

2007-08-12 Thread ferry97
Hi, I'm running on : JBoss AS 4.2.0 ActiveMQ 4.1.1 I wonder why my MDB only process the message when it was first time deployed. The scenario : 1. Run Jboss server 2. Deploy my MDB 3. run client (send message to MDB's monitoring queue) 4. Nothing happen... 5. Delete my MDB 6. Redeploy my MDB 7.

Disabling durable subscriptions on a Topic

2007-08-12 Thread ddossot
Hi guys, What is the recommended way for preventing a client to subscribe durably on a particular Topic (using ActiveMQ 4.1.1)? Thanks! David -- View this message in context: http://www.nabble.com/Disabling-durable-subscriptions-on-a-Topic-tf4258341s2354.html#a12118624 Sent from the ActiveMQ

Re: Kaha persistence manager leaves larges files

2007-08-12 Thread rsouissi
Hi, I got exactly the same problem. Index files grow beyond control and eventually will crash either the server because of no disk space left or will crash the broker. This specially happens when large number of messages is published. Is there any update on this feature, will it be there in 5.0

Re: Using ActiveMQ with "C" System

2007-08-12 Thread Dinesh Premalal
Hi Oleg, On 8/12/07, Oleg Deribas <[EMAIL PROTECTED]> wrote: > > > > Could you please describe how do you do it? Here or somewhere in your > blog - just for future reference... ;-) Sure, Ill prepare a little write up and will let the list know. thanks, Dinesh -- http://xydinesh.wordpress.com

Re: Using ActiveMQ with "C" System

2007-08-12 Thread Oleg Deribas
Hello, Dinesh Premalal said the following on 11.08.2007 22:21: Did you tried to use stomp C client? http://stomp.codehaus.org/C I was able to get it up running on Linux :) , many thanks for the pointer. Could you please describe how do you do it? Here or somewhere in your blog - just for