JMSTransaction

2010-08-31 Thread co11983
I'm accessing activeMQ on Websphere by using the RAR (JCA Connector). How do I configure ActiveMQ to use JMSTransaction instead of XA? Do I need to make changes to the ra.xml configuration file? -- View this message in context: http://activemq.2283324.n4.nabble.com/JMSTransaction-tp2402564p24

Re: cannot start web console in 5.4

2010-08-31 Thread Oleg Kiorsak
Thanks to everyone!! I just unpacked .tar.gz using WindowsXP (surprisingly useful tool for processing opensource archives ;) and copied to Solaris box and it all starts ok! now. So it was indeed a Solaris tar issue. All good now! Thanks again! -- View this message in context: http://activemq

Re: Unix shell script to stop activemq

2010-08-31 Thread James Green
As promised, I've documented what I did here: http://www.jmkg.co.uk/2010/08/31/installing-activemq-on-ubuntu/ On 29 August 2010 08:28, Romain CHANU wrote: > Hi James, > > I have the issue as well. Have you found anything solution yet? > > Cheers, > > Romain > > On 25 August 2010 00:28, James Gree

Jboss 5.1 and ActiveMQ 5.3.2: Endpoint did not release properly: null

2010-08-31 Thread Benoit Xhenseval
Hi *, We're in the process of upgrading from JBoss 4.0.5.GA to 5.1.0.GA. Changes were minimal BUT we're facing an issue with ActiveMQ deployed as an embedded broker via RA. The enclosed settings work fine with Jboss 4.0.5. The first message is received correctly but after that we seem to be una

Re: is there a doc which provides an overview of ActiveMQ from a users perspective?

2010-08-31 Thread James Green
If you have not already done so, grab a copy of "Enterprise Integration Patterns" off Amazon. Seriously worth the time investment before you get really going. I've just finished it. James On 31 August 2010 18:32, ChicagoBob123 wrote: > > I am stumbling on examples and some code snippets and have

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
Hi, I appreciate your reply but I don't know what this means. >>> Acknowledging a message also acks all preview messages iir >>> >>>If the IDs are set as message properties, the client can filter their >>> own messages by using a selector on the messageconsumer. This I can investigate. I kno

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
We are trying to work with another organization and their spec. I suggested the multiple queue idea to my boss today but have not heard back as he is out of town. So the answer is I just don't know if this is a hard core requirement yet. Is it ok to have 40 or 50 queues? Bob -- View this me

Re: Is ActiveMQ log4j default configuration = child first?

2010-08-31 Thread Gary Tully
there is no parent child relationship with log4j configuration resolution, to see how log4j finds its configuration, enable the system property log4j.debug via the start script of jvm command line using -Dlog4j.debug=true and it will output to stderr as it tries various options. Typically it will r

Re: Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
We are trying to work with another organization and this is their spec. I suggested this to my boss today but have not heard back as he is out of town. So the answer is I just don't know if this is a hard core requirement yet. Bob At 12:43 PM 8/31/2010, you wrote: >Is there a reason you would

Re: Newbie question about many consumers and many producers

2010-08-31 Thread Michael Justin
Am 31.08.2010 19:30, ChicagoBob123 wrote: The messages contain ID's for consumers of the messages to know to it is their message/task. If the IDs are set as message properties, the client can filter their own messages by using a selector on the messageconsumer. I tried to only acknowledge

Re: is there a doc which provides an overview of ActiveMQ from a users perspective?

2010-08-31 Thread Matt Pavlovich
Definitely check out the examples folder in the distribution. Another place to look would be unit tests in the source code, but definitely start with the examples folder. Matt Pavlovich On Aug 31, 2010, at 12:32 PM, ChicagoBob123 wrote: > > I am stumbling on examples and some code snippets

Re: Newbie question about many consumers and many producers

2010-08-31 Thread Matt Pavlovich
Is there a reason you would not consider using separate queues for each of the different consumers? Seems that it may simplify your solution. Matt Pavlovich On Aug 31, 2010, at 12:30 PM, ChicagoBob123 wrote: > > Newbie question about many consumers and many producers. > I have searched and

Is ActiveMQ log4j default configuration = child first?

2010-08-31 Thread Ben Stover
Is ActiveMQ log4j default configuration = child first? In other words: If I setup an own log4j.properties file in a deployed bean: has this special log4j.properties priority over the general default log4j.propertoes? If not: Where exactly can setup ActiveMQ for child-first (instead of parent fi

is there a doc which provides an overview of ActiveMQ from a users perspective?

2010-08-31 Thread ChicagoBob123
I am stumbling on examples and some code snippets and have gotten over the hurtle of sending and reading messages but would like a cookbook or solutions book for some of the basic chores. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/is-there-a-doc-which-provides

Newbie question about many consumers and many producers

2010-08-31 Thread ChicagoBob123
Newbie question about many consumers and many producers. I have searched and read through some of the archives but have not been able to find an answer to this question. I am working on an application that will have several different producers. They supply messages to a common queue. The message

Re: master/slave status command

2010-08-31 Thread Andrew Wasilczuk
On 27/07/2010 18:30, cobrien wrote: > > if slave=false always it sounds like a bug to me. a similar bug was > reported, AMQ-2669, that looks like this one and is reported fixed in 5.4.0. > > https://issues.apache.org/activemq/browse/AMQ-2669 Yup, I upgraded to 5.4.0 and this is working fine no

Re: cannot start web console in 5.4

2010-08-31 Thread Bruce Snyder
On Tue, Aug 31, 2010 at 1:32 AM, Gary Tully wrote: > or GNU tar! Here's a Sun package for GNU tar: http://www.sunfreeware.com/programlistsparc10.html#tar Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61Ehttp://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://t

Re: ActiveMQ connection time out IPV6 address

2010-08-31 Thread Gary Tully
There are some details on java and ipv6 at: http://download.oracle.com/javase/1.5.0/docs/guide/net/ipv6_guide/ that may give you some additional insight. Some behavior on dual host machines is platform/OS specific However, if the box only supports ipv6 you may have to specify the wildcard address

Re: Embedded broker on JBoss with tcp transport possible?

2010-08-31 Thread Gary Tully
Have a peek at the ra.xml in the RAR, META-INF/ra.xml Note the commented out BrokerXmlConfig value, this can be used to specify the broker confguration for an embedded broker Sets the XML configuration file used to configure the embedded ActiveMQ broker via

Re: Thoughts on production worthiness of 5.4 ...

2010-08-31 Thread Dejan Bosanac
Hi Ravi, generally every new release in 5.x series is incremental improvement of the previous one, including new features and bug fixes. So you should try to upgrade to the latest one. As for the stability, it's best to test it out for your use case. Cheers -- Dejan Bosanac - http://twitter.com/d

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
some background, the problem is the archive is built with (GNU) gtar which has its own way of extending the tar format past the 99 character path length limit that is incompatible with Solaris tar which achieves the same thing in a different manner. The zip format does not have the same file path l

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
or GNU tar! On 31 August 2010 08:20, Oleg Kiorsak wrote: > > Yes this _is_ Solaris... > > And, yes, lots of "class not founds"... > (I agree it might be an issue with tar on Solaris... heard/seen something > like that before... > I will try to unzip on Windows and then copy contents to Solaris bo

Re: cannot start web console in 5.4

2010-08-31 Thread Oleg Kiorsak
Yes this _is_ Solaris... And, yes, lots of "class not founds"... (I agree it might be an issue with tar on Solaris... heard/seen something like that before... I will try to unzip on Windows and then copy contents to Solaris box... ) CONSOLE OUT - INFO: Using default configuration (yo

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
Are there ClassNotFound errors in the logs, can you post the console output from a run of the start script in console/foreground mode. ./bin/activemq console Also, if there are some errors in data/activemq.log please include them. On 31 August 2010 03:08, Oleg Kiorsak wrote: > > > > getting the

Re: cannot start web console in 5.4

2010-08-31 Thread Gary Tully
This may be classpath related, possibly due to a corrupt or partial install. Any chance this is Solaris and /bin/tar rather than GNU tar was used. The former has issues with long file names that can result in some files not being extracted. Try a second install using GNU tar and see if that helps.