Re: Secure a subset of destinations

2008-01-04 Thread Hiram Chirino
throw new SecurityException("Not accessed > over ssl"); > } > } else { > return super.addConsumer(context, info); > } > } > -- > View this message in context

Re: Secure a subset of destinations

2008-01-03 Thread joe.stapleton
xception("Not accessed over ssl"); } } else { return super.addConsumer(context, info); } } -- View this message in context: http://www.nabble.com/Secure-a-subset-of-destinations-tp14435506s2354p1459

Re: Secure a subset of destinations

2008-01-03 Thread James Strachan
On 03/01/2008, joe.stapleton <[EMAIL PROTECTED]> wrote: > Thanks for the reply. Is it not possible to configure a set of destinations > such that they can only be accessed from a particular transport where the > broker actually exposes multiple transports? Currently not; right now all transports a

Re: Secure a subset of destinations

2008-01-03 Thread joe.stapleton
Thanks for the reply. Is it not possible to configure a set of destinations such that they can only be accessed from a particular transport where the broker actually exposes multiple transports? -- View this message in context: http://www.nabble.com/Secure-a-subset-of-destinations

Re: Secure a subset of destinations

2007-12-20 Thread ttmdev
sport, one for open, but I'd like to avoid this if > possible to avoid duplicating shared configuration. If we do need two > brokers is it possible to define them both in the same xml config? > > Thanks in advance, > > Joe > -- View this message in context: http://www.nabble.c

Secure a subset of destinations

2007-12-20 Thread joe.stapleton
ance, Joe -- View this message in context: http://www.nabble.com/Secure-a-subset-of-destinations-tp14435506s2354p14435506.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.