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
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
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.
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
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,
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
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
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!
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
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
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
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
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:
> >
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
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
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
>
>
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
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
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
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
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_
21 matches
Mail list logo