Re: Security Issue

2007-09-19 Thread Tom Samplonius
- "ttmdev" <[EMAIL PROTECTED]> wrote: > Out of the box, ActiveMQ provides a modest authentication service via > the > simpleAuthenticationPlugin. See > http://activemq.apache.org/security.html . > When enabled it will force the clients to provide a valid userid and > passwd > in order to succe

Equivalent of Tibco EMS FailSafe

2007-09-19 Thread tendlu
Tibco has a configuration to mark a queue "fail safe". This means the messages for a "fail safe" queue is synchronously written to the disk. In other words, no buffering is done for write (probably uses fsync -- that gaurantees the data is flushed to the disk). If the server goes down, no message

Re: Security Issue

2007-09-19 Thread ttmdev
Out of the box, ActiveMQ provides a modest authentication service via the simpleAuthenticationPlugin. See http://activemq.apache.org/security.html . When enabled it will force the clients to provide a valid userid and passwd in order to successfully connect with the broker. It won't prevent a DOS

Security Issue

2007-09-19 Thread Ramsub
Is that activemq intended to be running within an enterprise firewall? My application is expected to run in a box which will be connected to internet. In this case, running the broker listening on tcp://localhost is risky because anyone out in the internet could potentially make DOS kind of attack

Re: pooled connection factory

2007-09-19 Thread keneida
I'm sorry I wrote it little wrong. I can not receive form topic because the listener does not want to appear for activemq. When i use connectionfactory i can receive messages as a durable or not durable client. When using the pooled CF it shows as a false subscription -- View this message in cont

Re: pooled connection factory

2007-09-19 Thread James Strachan
On 9/19/07, keneida <[EMAIL PROTECTED]> wrote: > > Im using PCF im my config. When working with "server" part of my app i can > send messages to topics and queues and receive messages from queues. > It just does not want to receive messages form topic. > I found that PCF is made for sending only bu

pooled connection factory

2007-09-19 Thread keneida
Im using PCF im my config. When working with "server" part of my app i can send messages to topics and queues and receive messages from queues. It just does not want to receive messages form topic. I found that PCF is made for sending only but how come i can receive messages form queues? -- Vi