Re: To Add Active MQ QMGR to WebSphere MQ Cluster

2014-01-31 Thread artnaseef
Oh, and if you mistakenly try to move messages in both directions, they will loop infinitely. > JMS Connector can move messages in two directions, but NOT on the same > destination. In other words, it's possible to have two sets of > destinations crossing the bridges, one going in one direction a

Re: To Add Active MQ QMGR to WebSphere MQ Cluster

2014-01-31 Thread artnaseef
JMS Connector can move messages in two directions, but NOT on the same destination. In other words, it's possible to have two sets of destinations crossing the bridges, one going in one direction and the other going in the other direction. See this link for information: http://activemq.apache.org

Re: To Add Active MQ QMGR to WebSphere MQ Cluster

2014-01-31 Thread lkrao31
Thank you very much for the reply , Currently the requirement is for 1-WAY Traffic ( IBM MQ - Active MQ) , but we also might need the traffic to be 2-WAY Communication for next requirements , Can you please let me know if the solution you proposed ( JMS Connector) would work in both the scenarios.

Re: message time-stamp missing (send from statisticsBrokerPlugin)

2014-01-31 Thread Timothy Bish
On 01/31/2014 04:36 AM, nader wrote: Hi Here is the simplified code I use # With assumption of below settings in activemq.xml # # # # # # # from stompest.config import StompConfig from stompest.protocol import StompSpec from stompest

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
yeah. how did I figured out => how did Romain, Andy and Ralf helped me actually :-) Romain is a saint (to tell the whole story, add http://stackoverflow.com/questions/21479156/how-to-configure-activemq-memory-settings-under-apache-tomee/21480087#21480087to this) ;-) [] Leo [] Leo On Fri,

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Howard W. Smith, Jr.
On Fri, Jan 31, 2014 at 12:52 PM, James Carman wrote: > Care to briefly share your resolution? Other folks might run into the > same issue. > Click URL below. :) http://openejb.979440.n4.nabble.com/adding-more-memory-to-embedded-activemq-in-tomee-td4667373.html

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread James Carman
That's what community is all about, man. You worked your way through an issue and found a solution that might be helpful to folks. If others have better ideas, they'll help you out on the docs. We're all here helping each other. On Fri, Jan 31, 2014 at 1:42 PM, Leonardo K. Shikida wrote: > tha

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
thanks, but I don't feel like I have authority to show the others the way. it would be like a blind leading the blind I just made mine work. If the options I am using are wisely chosen, this is questionable ;-) [] Leo [] Leo On Fri, Jan 31, 2014 at 4:30 PM, James Carman wrote: > Agreed!

Re: Duplex networkConnector with SSL based failover transport on ActiveMQ 5.9.0.

2014-01-31 Thread dlaube
Looks like the move the masterslave instead of static + removing the failover transport did the trick --thanks! We ended up using the following; http://activemq.2283324.n4.nabble.com/Duplex-networkConnector-with-SSL-based-failover-transport-on-ActiveMQ-5-9-0-tp4677041p4677209.html Sent from the A

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread James Carman
Agreed! Feel free to request access to the wiki, so that you can help out with docs (perhaps putting some snippets from your blog post). You'll need to file an ICLA first if you haven't done so already. On Fri, Jan 31, 2014 at 1:26 PM, Leonardo K. Shikida wrote: > np > > I wish activemq have mor

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
np I wish activemq have more examples in the online docs sometimes, an example tells more and faster than a bunch of API definitions [] Leo On Fri, Jan 31, 2014 at 4:12 PM, James Carman wrote: > Great. Glad you figured it out and sorry we couldn't help you out. > > On Fri, Jan 31, 2014 at 1

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread James Carman
Great. Glad you figured it out and sorry we couldn't help you out. On Fri, Jan 31, 2014 at 1:07 PM, Leonardo K. Shikida wrote: > sure, I'll write a big blog post and then I'll share it here > > thanks > > Kenji > > [] > > Leo > > > On Fri, Jan 31, 2014 at 3:52 PM, James Carman > wrote: > >> Car

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
sure, I'll write a big blog post and then I'll share it here thanks Kenji [] Leo On Fri, Jan 31, 2014 at 3:52 PM, James Carman wrote: > Care to briefly share your resolution? Other folks might run into the > same issue. > > On Fri, Jan 31, 2014 at 12:48 PM, Leonardo K. Shikida > wrote: > >

Re: To Add Active MQ QMGR to WebSphere MQ Cluster

2014-01-31 Thread artnaseef
If I understand correctly, the need is to move messages one-way from IBM MQ to ActiveMQ. Two solutions come to mind right away. First, the jms network connector in activemq (the name may be different). The second is to use a camel route to move the messages. I like the camel route, but the j

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread James Carman
Care to briefly share your resolution? Other folks might run into the same issue. On Fri, Jan 31, 2014 at 12:48 PM, Leonardo K. Shikida wrote: > problem solved > > > > [] > > Leo > > > On Fri, Jan 31, 2014 at 3:23 PM, Leonardo K. Shikida wrote: > >> still struggling to make it work >> >> here's

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
problem solved [] Leo On Fri, Jan 31, 2014 at 3:23 PM, Leonardo K. Shikida wrote: > still struggling to make it work > > here's the complete problem description > > > http://stackoverflow.com/questions/21479156/how-to-configure-activemq-memory-settings-under-apache-tomee/21480087 > > TIA > >

Re: how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
still struggling to make it work here's the complete problem description http://stackoverflow.com/questions/21479156/how-to-configure-activemq-memory-settings-under-apache-tomee/21480087 TIA Leo [] Leo On Fri, Jan 31, 2014 at 10:52 AM, Leonardo K. Shikida wrote: > Hi > > I had this configu

To Add Active MQ QMGR to WebSphere MQ Cluster

2014-01-31 Thread lkrao31
Hello All, I am new to the Active MQ world, I have good expereince on the IBM MQ . Currently we have a requirement in which the traget messaging systems are Active MQ and our Infra is on IBM Websphere MQ. Is there any possiblity that I can add my IBM MQ QMGR and the target Active MQ QMGR into a si

java.lang.IllegalArgumentException: Invalid connect parameters: {wireFormat.maxInactivityDuration=-1}

2014-01-31 Thread abhi1301
I was using activemq-core-5.7.0 and everything was working fine. Then I tried to upgrade to 5.8.0. I came to know that activemq-core is replaced by activemq-client and activemq-broker. So I add both the jars activemq-client-5.8.0 and activemq-broker-5.8.0 to my classpath. I also added activemq-spri

how to configure activemq jdbc persistence under tomee?

2014-01-31 Thread Leonardo K. Shikida
Hi I had this configuration for tomee BrokerXmlConfig = broker:(tcp://localhost:61616)?persistent=true ServerUrl = tcp://localhost:61616 DataSource = MyDataSource JdbcDriver = oracle.jdbc.OracleDriver JdbcUrl = jdbc:oracle:thin:@localhost:15

Re: message time-stamp missing (send from statisticsBrokerPlugin)

2014-01-31 Thread nader
Hi Here is the simplified code I use # With assumption of below settings in activemq.xml # # # # # # # from stompest.config import StompConfig from stompest.protocol import StompSpec from stompest.sync import Stomp import time STOMP_