Help Me : SSL Client Not connecting to Activemq-4.1.1

2007-10-11 Thread nis
Hi All I am using ActiveMQ-4.1.1 ,when try to connect C# client with ActiveMQ boker using ssl://localhost:61617, client is getting hanged and some times connection is getting rejected. At the server side following error is displayed 1) TransportConnector - Could not accept connection fr

Re: message selectors

2007-10-11 Thread James Strachan
On 12/10/2007, Terry K <[EMAIL PROTECTED]> wrote: > > .. what worries me at this point is introducing yet anothrer level of > software complexity to solve what is really a simple requirement. I can see > a simple database table with a little SQL code could solve this problem. > What advantage does

Re: message selectors

2007-10-11 Thread Terry K
.. what worries me at this point is introducing yet anothrer level of software complexity to solve what is really a simple requirement. I can see a simple database table with a little SQL code could solve this problem. What advantage does a JMS Queue (which is not a trivial software infrastructure

Re: transacted sessions in multi-threaded client

2007-10-11 Thread Terry K
Thank you for your comments Joe, both senerios you described result in a consumer/session being flooded with messages up to the prefetch limit. I guess the transacted multi-threaded client code would need to evenly iterate the sessions looking for whatever sessions have the messages. Setting

Regression With element

2007-10-11 Thread ttmdev
On 4.1.1, the value assigned to the networkConnector's 'name' attribute shows up nicely on the jconsole. However there appears to be a regression with 5.0, because the name no longer shows up on the jconsole. With 5.0, you instead see the String representation of an instance of the SimpleDiscover

Re: Authorization/Authentication

2007-10-11 Thread Chris Marasti-Georg
Still getting the error. Here is the entry in the map. I added "users,guests" like you said, also added "all" which is a group that guest should be a member of, and just for fun added guest by name.: Here's the guest related stuff I have in the config file: in plugi

Re: ActiveMQ C++ (CMS) problems

2007-10-11 Thread SteveDicks
Albert Strasheim wrote: > > Hello, > > If you could provide us with a basic sample of the code that exhibits the > problems you're seeing, that would be very helpful. > >> >> Hi, >> I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using >> callbacks (onMessage) to alert me to

Re: Daemon process manager

2007-10-11 Thread Roger Hoover
This looks like exactly what we need. Thank you! On 9/25/07, Alex _ <[EMAIL PROTECTED]> wrote: > http://www.plope.com/software/supervisor2/ > > Roger Hoover <[EMAIL PROTECTED]> wrote: We're planning to use ActiveMQ as an > asynchronous messaging layer between > daemon processes written in variou

Re: Authorization/Authentication

2007-10-11 Thread Mario Siegenthaler
>From my experience with security in ActiveMQ you need to explicitly allow everybody to create Advisory topics. This also matches with your error message: java.lang.SecurityException: User guest is not authorized to create: topic://ActiveMQ.Advisory.Connection so I'd try adding to your confi

Authorization/Authentication

2007-10-11 Thread Chris Marasti-Georg
Hi all. I think I've exhausted google on this one, so I now turn to you. We need to be able to set different permissions for different applications to be able to listen to topics/queues. After much searching, I have this much in the broker config file (slightly snipped for brevity): http://www.

Re: is point 2 point between two brokers over a WAN supported?

2007-10-11 Thread Rob Davies
certainly - look at: http://activemq.apache.org/networks-of-brokers.html cheers, Rob http://rajdavies.blogspot.com/ On Oct 11, 2007, at 8:00 PM, novotny wrote: Hi, I have a scenario where we have 2 sites. At each site we have applications that use JMS to talk to the ActiveMQ brokers

is point 2 point between two brokers over a WAN supported?

2007-10-11 Thread novotny
Hi, I have a scenario where we have 2 sites. At each site we have applications that use JMS to talk to the ActiveMQ brokers that are hosted at each site. What I'm wondering is if the brokers can communicate to each other over the wide area netwrok using point to point? If so, how would I need to

Re: ActiveMQ C++ (CMS) problems

2007-10-11 Thread Albert Strasheim
Hello, If you could provide us with a basic sample of the code that exhibits the problems you're seeing, that would be very helpful. Even better, you might consider creating a AMQCPP JIRA issue, and attaching the code there. Regards, Albert - Original Message - From: "SteveDicks"

Re: Advisory Support and Network of Brokers

2007-10-11 Thread manishbel
Great, its working now. Many Thanks. Manish. rajdavies wrote: > > Hi Manish, > > please look at: http://activemq.apache.org/networks-of-brokers.html > > What you need to do is explicitly configure the > staticallyIncludedDesitnations property on the network connector > > > cheers, > >

Spring JMS Scalability - Newbie questions

2007-10-11 Thread VJ22
Hi All, I have just implemented a messaging system using Spring JMS with Active MQ 4.1.1...I do have some questions...Would be appreciable if someone could answer them We are looking at processing close to 10 transactions in a minute...Heres my settings -> 1 Message Listener Container with

Re: transacted sessions in multi-threaded client

2007-10-11 Thread ttmdev
Here's what I have experienced wrt prefetch limits; you may find it useful. If a destination (queue) has active consumers, then as messages arrive at the destination, the broker will evenly dispatch the messages across the active consumers; no matter what the prefetch limit may be. Now let's s

AJAX Client Reconnect

2007-10-11 Thread Dan Schooler
I am using the AJAX client, and I am curious if there is a way to get the clients to automatically reconnect? My clients work in an environment where the network connections can be spotty, and I would like them to automatically resume without the user having to reload the browser. Currently what

Re: Advisory Support and Network of Brokers

2007-10-11 Thread Rob Davies
Hi Manish, please look at: http://activemq.apache.org/networks-of-brokers.html What you need to do is explicitly configure the staticallyIncludedDesitnations property on the network connector cheers, Rob http://rajdavies.blogspot.com/ On Oct 11, 2007, at 4:44 PM, manishbel wrote: Th

Re: Advisory Support and Network of Brokers

2007-10-11 Thread manishbel
Thanks for the reply Rob, Any pointers towards how can i setup destinations individually to propagate the changes? Manish. rajdavies wrote: > > Demand based propagation of messages across networks does require > advisories to work. You could try explicitly setting up the > destinations y

Re: Unexpected remote command

2007-10-11 Thread ttmdev
Very cool and many thanks! Joe rajdavies wrote: > > This is fixed in the svn main trunk > > > cheers, > > Rob > > http://rajdavies.blogspot.com/ > > > > On Oct 9, 2007, at 2:47 PM, ttmdev wrote: > >> >> We are using the 'duplex' functionality for the same reason. I am >> getting

Re: wrapper.conf 5.0 SNAPSHOT

2007-10-11 Thread Chris Neal
Found the missing lines... Added the following to the wrapper.conf (Maybe someone could fix this in the distro?) wrapper.app.parameter.2=start wrapper.app.parameter.3-xbean:activemq.xml Chris Neal wrote: > > I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service.. > (no sp

Re: message selectors

2007-10-11 Thread James Strachan
On 11/10/2007, Terry K <[EMAIL PROTECTED]> wrote: > > ... thanks for the suggestions - message groups do sound like a plausible > solution. > > I am not interested in assigning a group of messages to particular sessions > indefinately as the groups will be small and many. Once the high priority > m

Re: message selectors

2007-10-11 Thread Terry K
... thanks for the suggestions - message groups do sound like a plausible solution. I am not interested in assigning a group of messages to particular sessions indefinately as the groups will be small and many. Once the high priority message has been dequeued with all related messages (at that po

wrapper.conf 5.0 SNAPSHOT

2007-10-11 Thread Chris Neal
I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service.. (no spaces in the Startup Path) This is where the wrapper fails... jvm 1| Usage: Main [--extdir ] [task] [task-options] [task data] jvm 1| jvm 1| Tasks (default task is start): jvm 1| start -

Re: message selectors

2007-10-11 Thread James Strachan
On 10/10/2007, Terrk K <[EMAIL PROTECTED]> wrote: > > I cannot find enough documentation on message selectors but have many > questions. > > Message selectors are more like fliters right? If so, what is the underlying > selection policy of the broker? Age, priority, moon phases? The selector descr

Re: message selectors

2007-10-11 Thread ttmdev
Sounds to me like "Message Groups" may be what you're looking for. http://activemq.apache.org/message-groups.html Joe Terry K wrote: > > I cannot find enough documentation on message selectors but have many > questions. > > Message selectors are more like fliters right? If so, what is the

ActiveMQ C++ (CMS) problems

2007-10-11 Thread SteveDicks
Hi, I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using callbacks (onMessage) to alert me to a message arriving. However I have 2 problems: a) If I call Session::commit() in onMessage() (which none of the examples do) then I get a core dump. b) Having worked around (a), calling

activemq persistence - how the msgid_prod is created?

2007-10-11 Thread keneida
is msgid_prod values creation hardcoded or is it possible to change it? How it is created? -- View this message in context: http://www.nabble.com/activemq-persistence---how-the-msgid_prod-is-created--tf4606104s2354.html#a13152458 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unexpected remote command

2007-10-11 Thread Alex_ynr
Checked out and built the main trunk and it works fine now. Thanks for the fast response :) rajdavies wrote: > > This is fixed in the svn main trunk > > > cheers, > > Rob > > http://rajdavies.blogspot.com/ > > > > On Oct 9, 2007, at 2:47 PM, ttmdev wrote: > >> >> We are using the 'duple

stomp/activemq error occuring, help!?!

2007-10-11 Thread thomfost
Hi, I am using ActiveMQ with the stomp client for PHP (https://svn.codehaus.org/stomp/trunk/php/Stomp.php). Now the majority of the time everything works fine, however every so often, something is happening which stops the code from executing further. I eventually found that the error occurs in t