Re: NPE for ${requestContext.brokerQuery.brokerAdmin.brokerName}

2009-01-06 Thread Dejan Bosanac
Hi, you have to enable JMX for your broker in order to have properly working web console. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jan 6, 2009 at 1:12 AM, Shahzad Bhatti

Re: ActiveMQ Basic Queries

2009-01-06 Thread Antriksh Verma
Pls Help Out !! :( Antriksh Verma wrote: Hi ActiveMQ Fellas .. I am new to this [Excellent] Messaging System. I have Downloaded ActiveMQ 5.1[binary,src],have Activated Admin Console[Tracking], [on J2SE [Java(TM) SE Runtime Environment (build 1.6.0_02-b05)]]. Following are my

Re: Unable to Stop ActiveMQ Broker from activemq-admin script

2009-01-06 Thread Dejan Bosanac
The problem is that activemq-admin gets configuration from /etc/activemq.conf if it is available. Can you try putting your SUNJMX in bin/activemq and see what happens? As for the run.jar, you have to pass your JMX username and password with --jmxuser and --jmxpassword switches. Cheers -- Dejan

Re: 5.2.0 JAAS Problem

2009-01-06 Thread geezmo
Hello Dejan, thanks for your help. Having separated configurations for web console and broker works fine. But still wondering, why it just can't share one configuration. cheers, Manuel Dejan Bosanac wrote: I'm not sure, but maybe Jetty doesn't play well with ActiveMQ login module. I'll

Re: 5.2.0 JAAS Problem

2009-01-06 Thread Dejan Bosanac
I'll try to sort that out for the next version Thanks -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jan 6, 2009 at 2:14 PM, geezmo m...@netmonic.com wrote: Hello Dejan, thanks

C# client + SSL - possible?

2009-01-06 Thread Gleb
Hi, First of all, please excuse me for my english. I have to develop client for ActiveMQ 4.1.1-based service . I have Java demo client provided by service' developers. It uses SSL connections. I prefer using .NET, not Java. Tried to use Spring.Messaging.NMS and Apache.NMS to connect to tcp on

ActiveMQ Persistence Question / JDBC or Hibernate

2009-01-06 Thread davis
Hi, I have defined a single ObjectMessage type for a queue, and I am using journaling with JDBC persistence to Oracle -- everything is working fine. However, the schema activemq creates auto-magically stores the message as a BLOB. I can understand why, but I would like to change this. I

java.io.InterruptedIOException when sending message

2009-01-06 Thread Jim B Ronan
a single producer (queue) that is shared by many tomcat threads. Are producers thread safe? Any ideas? Thanks - Jim Ronan 20090106-16:50:56,205 INFO [TP-Processor16] (UtdJmsTransportListener.java:30) utdJmsTransportListener.transportInterupted() 20090106-16:50:56,209 INFO [TP-Processor16

ActiveMQ client library hanging indefinitely when attempting to use failover URL in conjunction with connection paramters

2009-01-06 Thread brent.nash
### # which version of ActiveMQ are you using? ### I'm using version ActiveMQ 5.0.0.23-fuse ### # are you using queues or topics and are you using persistent or non persistent messaging?

IBM MQSeries user seeking advice on ActiveMQ usage

2009-01-06 Thread KenCoe
Hello, I'm an old user of IBM MQSeries, and, for whatever reason, the ActiveMQ terms/architecture is confusing my old brain. I'm used to communicating between Queue Managers using local, remote and xmit queues. My requirement is fairly simple: An application on Server A needs to send

Re: IBM MQSeries user seeking advice on ActiveMQ usage

2009-01-06 Thread Joe Fernandez
Hi Ken, One option is to deploy your producer on Server A with an 'embedded' broker. Thus, if for whatever reason your network goes down, the producer can still use the services of its embedded broker. You would also configure the Server A broker with a networkConnector to establish a forwarding

Problem with queue subscriptions that have selectors on a Network of Brokers

2009-01-06 Thread toddharp
In my testing of 5.2.0 I found that the solution in AMQ-1509 breaks queue subscriptions with selectors on a Network of Brokers with some messages not getting delivered. The scenario is two brokers A and B with a publisher publishing to A and subscribers with different selectors on A and B. Some

Re: Unable to Stop ActiveMQ Broker from activemq-admin script

2009-01-06 Thread MaenXe
Thanks Dejan, your information about the authentication parameters helped, however I couldn't get around the Port already in use error by simply moving the SUNJMX variable definition. Here's what I ended up doing that fixed the issue completely: I added the following to bin/activemq-admin

Deployment best practices

2009-01-06 Thread nitingupta183
Hi all, I am new to JMS and Messaging middle ware technologies. I need help in following areas to be able to design a system in which I need to use a messaging middle ware: 1) What are the best practices of deploying a JMS broker like ActiveMQ. Can it be deployed on the same physical machine