Re: Writing to JMS queues from RPG programs

2007-12-31 Thread Pete Helgren
Have you looked at HTTPAPI by Scott Klement ? (http://www.scottklement.com/httpapi/) Pete Helgren svdv wrote: Thank you for your response. I am in the process of exploring the REST based approach as RPG has a way to send HTTP POST requests. Currently RPG does a HTTP POST to a servlet which pro

Re: Writing to JMS queues from RPG programs

2007-12-31 Thread svdv
Thank you for your response. I am in the process of exploring the REST based approach as RPG has a way to send HTTP POST requests. Currently RPG does a HTTP POST to a servlet which processes the information synchronously. By using REST based service and hooking it up to a ActiveMQ queue i can have

Re: start activeMQ when linux start

2007-12-31 Thread Glen Mazza
This page provides more information: http://activemq.apache.org/unix-service.html James.Strachan wrote: > > On 28/12/2007, legolas <[EMAIL PROTECTED]> wrote: >> >> Hi >> Thank you for reading my post >> In getting started document of activeMQ I read that we will need to keep >> the >> console

ServerSessionMessageListenerContainer does not failover

2007-12-31 Thread kapilanand
SETUP: = - I am using ActiveMQ 5.0 with Spring 2.0.7 and I am using ActiveMQ schema based xbeans. http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.org/config/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Re: Consumer Priority on AMQ 5.0

2007-12-31 Thread James Strachan
On 27/12/2007, ttmdev <[EMAIL PROTECTED]> wrote: > > So should this web page be removed from the site? > > http://activemq.apache.org/consumer-priority.html I guess it needs editing to reflect the exact semantics of Consumer Priority. > > > > Hiram Chirino wrote: > > > > priority is used to give

Re: JDBCPersistenceAdapter Too many connections

2007-12-31 Thread James Strachan
Your database is refusing new connections. Either increase the number of available connections on your database, or specify a limit in the DBCP configuration in activemq.xml On 27/12/2007, MQ Newbie <[EMAIL PROTECTED]> wrote: > > I encountered the following error after submitting about 6-8 jms mes

Re: Slave automatically switch to Master even though Master is up

2007-12-31 Thread James Strachan
The key lines of the log are... INFO DefaultDatabaseLocker - Attempting to acquire the exclusive lock to become the Master broker INFO DefaultDatabaseLocker - Becoming the master on dataSource: [EMAIL PROTECTED] it looks like your configuration and MySQL version are not honour

Re: load balancing architecture question

2007-12-31 Thread James Strachan
On 24/12/2007, hagai <[EMAIL PROTECTED]> wrote: > > Hi, > I have some questions about load balancing: > We have a few server farms, and also multiple JMS clients deployed over the > internet. Computers in server farms can talk JMS to each other, and there is > also low volume communication between

Re: Trouble with JAAS & 5.0.0

2007-12-31 Thread James Strachan
On 27/12/2007, pfid <[EMAIL PROTECTED]> wrote: > > So right now there is no way to use the 5.0.0 broker and JAAS without > manually patching the brokers source files? You can either use a snapshot release or avoid using startup destinations if you are using JAAS. > > > Boris Mazniker wrote: > >

Re: Exception when shutting down broker

2007-12-31 Thread James Strachan
It looks like a spring dependency issue in your activemq.xml - but nothing to worry about really. The DataSource should be closed after the broker is correctly shut down. Right now it looks like the JDBC connection pool is being closed first. On 28/12/2007, MQ Newbie <[EMAIL PROTECTED]> wrote: > >

Re: start activeMQ when linux start

2007-12-31 Thread James Strachan
On 28/12/2007, legolas <[EMAIL PROTECTED]> wrote: > > Hi > Thank you for reading my post > In getting started document of activeMQ I read that we will need to keep the > console open in order to keep ActiveMQ running. > Also, It implied that we should manually start activeMQ each time the linux > m

Re: Is there any possibility that AMQ 5.0 refuse connection

2007-12-31 Thread James Strachan
On 29/12/2007, bill richard <[EMAIL PROTECTED]> wrote: > > when i use AMQ 5.0 under linux,the client got refuse exception! > how does this happen? Is there some firewall blocking the client? Maybe using a smaller port number for ActiveMQ might help? -- James --- http://macstrac.blogspot.com/

Re: Can not receive MapMessage in ActiveMQ 5.0

2007-12-31 Thread James Strachan
Could you create a JUnit test case reproducing this? BTW you have started your connection right? http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html On 30/12/2007, pcdinh <[EMAIL PROTECTED]> wrote: > > ActiveMQ 5.0's QueueReceiver seems to have problems with MapMessage.

Re: Setting subscriptionRecoveryPolicy with ActiveMQConnectionFactory

2007-12-31 Thread James Strachan
On 30/12/2007, Fady <[EMAIL PROTECTED]> wrote: > > Hello, > > I am new to ActiveMQ. I have ActiveMQ 5.0.0 embedded in Tomcat, getting > connections from ActiveMQConnectionFactory. > > So far, I used a simple URL vm://localhost?broker.persistent=false. > > Now, I have the need to disable the subscri