after 3 to 6 hours of message delivery msg is processed

2014-08-21 Thread fachhoch
My application uses embedded broker active mq 5.5.1, deployed on tomcat 7, spring 3.4. Some times after delay of 3 to 6 hours after msg delivery, massage will be processed. This is happening only for one particular queue, I know for sure there is just one msg sent to this queue. What causes acti

Re: url for my queues for my partners

2012-03-09 Thread fachhoch
I am getting this error trying to http tunneling this is happening becasue I have jetty-env.xml (for my datasources) which will be used by jetty maven plugin but httptunneling has jetty dependency and I am getting this error. -- View this message in context: http://activemq.2283324.

Re: url for my queues for my partners

2012-03-07 Thread fachhoch
I tried addding transport connector , It was able to deploy in weblogic but not in jetty , as adding activemq-optional dependency whihc in trun depends on jetty is causing issues, please advice me for development we use jetty and how to get http transport work in jetty ? -- View this mes

Re: url for my queues for my partners

2012-03-06 Thread fachhoch
http will be really good , I tried to find examples did not find any, please tell me if there are examples for using http transport I have to include servlet HttpEmbeddedTunnelServlet.java in my web.xml, here I pass my borker url what will the url in my spring bean please advice

Re: url for my queues for my partners

2012-03-05 Thread fachhoch
I asked my network guys if they can open port 61616 , they said its risky , and I must get approval from higher authority, please advice me if there is any simple way , how others allow connection to remote brokers ? -- View this message in context: http://activemq.2283324.n4.nabble.com/

url for my queues for my partners

2012-03-02 Thread fachhoch
I want to expose my queues to our partners , what would the url for my queues I did not connect to any remote queues so for so have no clue how to expose my queue to our partners, I am using embedded active mq , will I be able to expose my queues to outsiders ? does this need any addi

Re: delay message does not show up after restart

2012-02-22 Thread fachhoch
yes, here is my broker.properties configration -- View this message in context: http://activemq.2283324.n4.nabble.com/delay-message-does-not-show-up-after-restart-tp4408479p4410634.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

delay message does not show up after restart

2012-02-21 Thread fachhoch
I am using file based persistance, I want to send messages with delay for which I am using I check the messages using jconsole. If I restart my application all the scheduled jobs are lost , please advice me how can I restore all my scheduled jobs after restart. -- View this message

log4j logger does not log exceptions from messagelistener

2011-06-28 Thread fachhoch
I am using activemq as my message broker.I use log4j for my logging.my root logger is error, so any error happens in any part of my code exception stack trace is logged, except for exceptions from messagelistner, why exception from message listner are not logged, did anybody face anything like thi

web console for embedded broker

2011-06-23 Thread fachhoch
I have active mq embedded in my app I also want to embed active mq web console , can I do that are there any example ? -- View this message in context: http://activemq.2283324.n4.nabble.com/web-console-for-embedded-broker-tp3619829p3619829.html Sent fro

email listener

2011-05-26 Thread fachhoch
I want an email listner, whenever a new email arrives in a particular inbox , I want a jms message to be sent to my listener , does active mq provides something like this or any other provides this capability ? -- View this message in context: http://activemq.2283324.n4.nabble.com/email-lis

Re: delayed message persistance

2011-03-08 Thread fachhoch
again in other words Are the Scheduled messages Persisted? Scheduled messages they do deliver as per the schedule. (If i don't restart the broker in between) Looks like when i restart the broker the future Scheduled messages are gone. i.e. not exist, as they don't persist. what is the corr

Re: delayed message persistance

2011-03-08 Thread fachhoch
what am i asking in other words. I use embedded mq broker. spring intiates at startup. SO active mq will broker will run if my application is running . I noticed if I send a delayed message and restart my application brokers forgets about the delayed message sent before restart , please help me

delayed message persistance

2011-03-03 Thread fachhoch
I am trying to use the job delay feature .It worked . I am running embedded active mq and it uses file based persistence.I tried using delayed message delivery for 2 hours it worked . In my use case I want to delay delivery by 48 hours and when I tried to test it did not work, within this 48

Re: embedded broker problem with connection

2011-02-22 Thread fachhoch
even after killing javaw.exe I am still getting this error.please advice me. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/embedded-broker-problem-with-connection-tp3319510p3319530.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

active mq monitoring tools

2011-02-22 Thread fachhoch
I run active mq locally within my ear its initialized using spring. in this case can I use any motoring tools to monitor message broker ? -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-monitoring-tools-tp3319325

Re: Exception all of a sudden deployment in weblogic

2011-02-22 Thread fachhoch
thank you , the error was because the deployer team deployed my app without stoppng the exsisting deployment because of this weblogic could not stop jms server,after they stpped my app first and then redeploy I never got this error. -- View this message in context: http://activemq.2283324.n4.na

delayed message delivery configration

2011-02-22 Thread fachhoch
I use boker.property file for my broker configration.i saw active mq 5.4 has the delayed message delivery feature,please tell me how to set the configration for delaying messages using property file. -- View this message in context: http://activemq.2283324.n4.nabble.com/delayed-message-delivery

Re: Exception all of a sudden deployment in weblogic

2011-02-16 Thread fachhoch
here again the complete stack trace 2011-02-16 14:23:23,797 [[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR org.apache.activemq.broker.jmx.ManagedRegionBroker - Could not stop service: org.apache.activemq.broker.jmx.ManagedRegionBroker@1cd726b. Reason: webl

Exception all of a sudden deployment in weblogic

2011-02-16 Thread fachhoch
I have been using active mq for a while ,Its working good. Now all of a sudden I started getting this exception. org.apache.activemq.broker.jmx.ManagementContext.unregisterMBean(ManagementContext.java:322) complete stack trace is here. org.apache.activemq.broker.jmx.ManagedRegionBroker@1

hibernate session in jms listner

2010-10-31 Thread fachhoch
I am getting lazy load exception when I use my hibernate entity inside a message listener, please advice me if there are any abstract Message listeners which opens session puts it into thread local ? -- View this message in context: http://activemq.2283324.n4.nabble.com/hibernate-sessi

broker data directory

2010-10-12 Thread fachhoch
I am passing brokerConfig to activemq broker vm://localhost?brokerConfig=properties:jms/broker.properties my broker.properties contains dataDirectory=/u01/oracle/artms-jms if the value specified for datadirectory does not exsists in the file system where my application is deployed will

Re: default file store location

2010-08-27 Thread fachhoch
tiesTest.java?view=markup > > On 26 August 2010 20:02, fachhoch wrote: >> >> I tried reading that,  I did not get it , also there are no examples , I >> tried this >> >> >>        > class="org.apache.activemq.ActiveMQConnectionFactory"  &

Re: default file store location

2010-08-26 Thread fachhoch
=/foo.bar.properties} please tell me how to provide property file location . Gary Tully wrote: > > yes, please have a read of > http://activemq.apache.org/broker-properties-uri.html > > On 26 August 2010 16:01, fachhoch wrote: >> >> is it possible to do with a p

Re: default file store location

2010-08-26 Thread fachhoch
roker-configuration-uri.html for some > more detail and alternatives > > On 26 August 2010 15:27, fachhoch wrote: >> >> >> Please suggest me how can I specify   value for property "activemq-data" >> >> >> rajdavies wrote: >>> >

specify data dir for property activemq-data

2010-08-26 Thread fachhoch
Please suggest me where can I specify value for property "activemq-data" in configration. here is my configration of my jms

Re: default file store location

2010-08-26 Thread fachhoch
witter.com/rajdavies > I work here: http://fusesource.com > My Blog: http://rajdavies.blogspot.com/ > I wrote this: http://www.manning.com/snyder/ > > > > > On 24 Jun 2010, at 15:07, fachhoch wrote: > >> >> >> >> fachhoch wrote: >>&

Re: default file store location

2010-06-24 Thread fachhoch
fachhoch wrote: > > I did not onfigure anything for broker, just in my connection > configration I specified broker url as vm:localhost in this case > activemq should use defualt store , what is the default file store > location ? > here

default file store location

2010-06-23 Thread fachhoch
I did not onfigure anything for broker, just in my connection configration I specified broker url as vm:localhost in this case activemq should use defualt store , what is the default file store location ? -- View this message in context: http://old.nabble.com/default-file--store-locat

spring datasource

2010-06-23 Thread fachhoch
I configured datasource for my application .can I use the same datsource for activemq persistant factory ? -- View this message in context: http://old.nabble.com/spring-datasource-tp28976687p28976687.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

examples of activemq with spring and oracle

2010-06-23 Thread fachhoch
I am using spring and active mq using the embedded broker.now I want to persists messages in oracle database are there any exmaples for oracle activemq ? -- View this message in context: http://old.nabble.com/examples-of-activemq--with-spring-and-oracle-tp28975528p28975528.html Sent from the Act

broker same or seperate jvm

2010-06-23 Thread fachhoch
Please tell me when to use a seperate JVM and when to use a same JVM for my broker ? what is best practice ? -- View this message in context: http://old.nabble.com/broker--same-or-seperate-jvm-tp28974704p28974704.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

web console for embedded activeMQ

2010-06-23 Thread fachhoch
here is my spring configration for ActiveMQ [CODE] [/CODE] please tell me how to access the web console for this JMS provider -- View this message in context: http://old.nabble.com/web-console-for-embedded-activeMQ-tp28972823p28972823.html Sent from the Ac