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
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.
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
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
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/
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
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.
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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" &
=/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
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:
>>>
>
Please suggest me where can I specify value for property "activemq-data" in
configration.
here is my configration of my jms
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:
>>&
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
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
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.
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
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.
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
33 matches
Mail list logo