Network of Brokers and Exclusive Consumer/Message Groups

2008-01-02 Thread cmagoyrk
I would like to setup a network of brokers on a set of boxes (b1, b2, bn). The brokers will allow an arbitrary producer to place a message on a queue, have a consumer connect to any of the brokers, and consume that message. That is fairly well documented. What I am concerned with is, if a produ

JBoss with ActiveMQ + external broker

2008-01-02 Thread ajay81
I read the section about integrating ActiveMQ into JBoss and several other pages but somehow I did not find a solution for my problem: I'm having a JBoss at Server_1 and an ActiveMQ broker at Server_2 (respectively a network of brokers). What i'm now trying to do/implement is, that the JBoss will

Re: JMS Selectors/ Queue Browsing - Ajax

2008-01-02 Thread toxicafunk
I'm also interested on this subject. Looking at activemq-web-4.1.1.jar, i found the QueueBrowseServlet: Renders the contents of a queue using some kind of view. The URI is assumed to be the queue. The following parameters can be used: * view - specifies the type of the view such as simple, xml,

Re: JDBCPersistenceAdapter Too many connections

2008-01-02 Thread James Strachan
On 02/01/2008, MQ Newbie <[EMAIL PROTECTED]> wrote: > > Can you please provide me an example configuration for this? Set the maxActive property to the number you require. See http://commons.apache.org/dbcp/api-1.2.2/org/apache/commons/dbcp/BasicDataSource.html I've updated the default activemq.x

Issue with custom security plugin

2008-01-02 Thread Ramsub
I'm developing a custom security plugin for my application. My idea is an implementation a kind of ACL, ie to allow only known clients. Code will scrunitize the ipaddr of the client and will only allow the known ones. I'm using version activemq4.1.0 and running into the following issue. - I inte

Re: unsubscribe unsuccess!!

2008-01-02 Thread Rob Davies
thanks Bill! On Jan 2, 2008, at 8:08 AM, bill richard wrote: Thanks! i modified the org.apache.activemq.store.kahadaptor.KahaTopicReferenceStore removeSubscriberMessageContainer(String clientId, String subscriptionName) throws IOException to protected void removeSubsc

Re: unsubscribe unsuccess!!

2008-01-02 Thread bill richard
Thanks! i modified the org.apache.activemq.store.kahadaptor.KahaTopicReferenceStore removeSubscriberMessageContainer(String clientId, String subscriptionName) throws IOException to protected void removeSubscriberMessageContainer(String clientId, St

Re: activemq: command not found

2008-01-02 Thread Albert Strasheim
Hello If "chmod 755 activemq" worked, your current working directory was probably the bin directory. This would lead me to conclude that "bin/activemq" isn't going to work, since you are referring to bin/bin/activemq, which doesn't exist. Change back to the top level directory before runnin