Re: ApacheCon

2007-08-17 Thread Bruce Snyder
On 8/17/07, Brian Munroe <[EMAIL PROTECTED]> wrote: > On 8/15/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > > > > It's all the luck of the draw really. We submit proposals during the > > Call for Papers like everyone else and hope that they are chosen. > > > > I totally understand that it is a re

Load-Balancing with a single broker across clusters

2007-08-17 Thread j0llyr0g3r
Hi folks, i used the forum's search function and found some similar threads but now i am more confused than before.:-) Imagine the following situation: - some producers which all send messages to the same broker - this broker acts only as a load-balancer - between 2 clusters of brokers (eac

Re: ApacheCon

2007-08-17 Thread Brian Munroe
On 8/15/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > It's all the luck of the draw really. We submit proposals during the > Call for Papers like everyone else and hope that they are chosen. > I totally understand that it is a review process, in which submitters have no control, but I also woul

Re: Network of brokers security

2007-08-17 Thread wlam
Hi, I am using AMQ 4.1.1, and the provides userName and password attributes, but that beat the purpose of having JAAS plugin, since the username and password will be in plain text, anyone get a hold of activemq.xml can do the same. Is there a better a way to handle this? I guess I can programm

Store and Forward COnfiguration confusion

2007-08-17 Thread Brian Greene
Good Morning, I'm looking to set up store and forward with a pair of brokers, and am confused by the documentation/comments in the config file example. The example (with comments) are: My use case is: Application (with embedded br

Connect a Network of brokers to a JMS Bridge

2007-08-17 Thread ZitRit
Hello, I'm newer in using activeMQ. I try to connect a network of 3 brokers to a jms bridge (in/out inbound), using sample configuration in your webSite. When I try to read from remote (bridge) topic, I'have the exception : [ActiveMQ Session Task] ERROR org.apache.activemq.network.jms.DestinationB

RE: Error on starting QueueConnection

2007-08-17 Thread Suchitha Koneru \(sukoneru\)
The JMS documentation suggests that we start the connection after creating the receiver and registering it with a message listener. Please look at point no: 6 in the section "Client to Consume Messages" http://java.sun.com/developer/technicalArticles/Ecommerce/jms/index.html -Original Messa

RE: Error on starting QueueConnection

2007-08-17 Thread Dave Carlson
Are you sure about the ordering? It seems odd that you would want to start the flow of messages across the connection before you have created a receiver. Looking at ActiveMQ example code in ConsumerTool, they are creating the receiver first... ActiveMQConnectionFactory c

RE: Error on starting QueueConnection

2007-08-17 Thread denez
Hi all, I try a lot of different solution today. But for the moment without any success. I try to create Producer, Receiver, Consumer, etc... but each time i have the same "error". Nothing happend. Could it be possible that we can not make Tomcat working with AMQ ? Could you tell me if i miss som

RE: Error on starting QueueConnection

2007-08-17 Thread denez
Hi, I follow your instruction regarding the order. I also modify the url in the jndi resource to have the same url. Notice that i can't place the complete url (tcp://localhost:61616?trace=true&wireFormat.maxInactivityDuration=-1) in the jndi resource. So i replace both by : (tcp://localhost:61616