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

How to successfully use ActiveMQ 5.5.1 in a J2EE environment

2012-03-06 Thread Niall Kelly
Hi, I'm currently using ActiveMQ 5.5.1 and have the resource adapter activemq-rar-5.5.1.rar deployed within Glassfish 3.1. My connection pool is set to use 'NoTransaction', however I'm coming across the exception 'javax.jms.JMSException: The resource is allready being used in transaction context.'

Re: Effects of the session (count) and connection (count)

2012-03-06 Thread sreekar
Hi Torsten, Thank you for the quick reply. I am looking at the option(s) available for pooled connections. > I further assume that each queue will be used by different parts of your > application. So you may want to create a session for each such part and > construct your producers/consumers fro

Re: Scheduler exception java.io.IOException: Could not locate data file

2012-03-06 Thread Ishitori
Created a ticket in Jira - https://issues.apache.org/jira/browse/AMQ-3758 I would love to fix this problem, but I am no a Java developer. :( -- View this message in context: http://activemq.2283324.n4.nabble.com/Scheduler-exception-java-io-IOException-Could-not-locate-data-file-tp4437905p4449987

Re: Effects of the session (count) and connection (count)

2012-03-06 Thread Torsten Mielke
Hello, You can certainly create multiple JMS sessions over the same JMS connection. That is no problem, assuming we don't talk about hundreds of sessions to be used over the same connection. Its certainly recommended to use long running connections and not reconnect for every new msg. Also, con

Effects of the session (count) and connection (count)

2012-03-06 Thread sreekar
Hi Guyz, I am trying to use the Active-mq in our application, architecture of application is 3-Tier. We need a bunch of queues to be configured for the application. The queue_name will be in format of . Ex: DB.DBQ1, DB.DBQ2 etc # Queues in DB Server AP.APQ1, AP.APQ2 etc # Queues in AP

Re: Scheduler exception java.io.IOException: Could not locate data file

2012-03-06 Thread Gary Tully
The schedular store does not support those options at the moment, we may need to look at merging the stores or migrating the schedular store into the regular kahadb store can you raise an enhancement jira to track this? All contributions welcome of course! On 2 March 2012 11:53, Ishitori wrot

Re: Apache NMS and Visual Studio C# 2010 Express

2012-03-06 Thread fziska
Solved the issues by changing the target framework from ".Net 4 Client Profile" to just ".Net 4" helped. I can build the project now! -- View this message in context: http://activemq.2283324.n4.nabble.com/Apache-NMS-and-Visual-Studio-C-2010-Express-tp4449196p4449485.html Sent from the ActiveMQ -

Re: JMS Priority

2012-03-06 Thread Gary Tully
It the consumer is fast, then there will be no buffering and no opportunity to order. Using prefetch of 0 may help as it will slow down the consumer. There was a related issue on trunk recently that may help, https://issues.apache.org/jira/browse/AMQ-3436 it is resolved on trunk for 5.6 On 5 Marc

Re: url for my queues for my partners

2012-03-06 Thread Gary Tully
you could open a port for https traffic (that is more familliar to network admins) and use the http tunnel transport http://activemq.apache.org/http-and-https-transports-reference.html On 5 March 2012 19:06, fachhoch wrote: > I asked my network guys if they can open port   61616  , they said its