Problem changing the managementContext default port 1099

2009-05-29 Thread paksiw
Hi, I understand from the documentation that I'll need to enable the management context connector in order for me to successfully use the activemq-admin stop command. I want to change the Management Context default port from 1099 to 1199. I tried changing the management context connectionPort

Re: Problem changing the managementContext default port 1099

2009-05-29 Thread paksiw
Forgot to mention, I'm using activemq version 5.2 in Linux. paksiw wrote: Hi, I understand from the documentation that I'll need to enable the management context connector in order for me to successfully use the activemq-admin stop command. I want to change the Management Context

Re: Problem changing the managementContext default port 1099

2009-05-29 Thread paksiw
Forgot to mention that I am using activemq 5.2 in linux paksiw wrote: Hi, I understand from the documentation that I'll need to enable the management context connector in order for me to successfully use the activemq-admin stop command. I want to change the Management Context

Re: Problem changing the managementContext default port 1099

2009-05-29 Thread Dejan Bosanac
Hi, try using just one managementContext tag like managementContext managementContext createConnector=true connectorPort=1199 rmiServerPort=1199/ /managementContext that should work. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action -

Re: Problem changing the managementContext default port 1099

2009-05-29 Thread paksiw
Thank you, connector port was successfully changed. However when I executed the activemq script the following error occured: WARN ManagementContext - Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1199/jmxrmi]: javax.naming.NoPermissionException [Root exception

Standalone ActiveMQ forwarding messages from a JBoss MQ

2009-05-29 Thread jamiebarrow
Hi, I was wondering if anyone has tried the following, I have a JBossMQ on server A, and am posting messages to a queue/MyQueue. I want to move those messages on server A's queue/MyQueue to a standalone ActiveMQ on another machine from which I would read. Has anybody tried this, or could you

Re: Problem changing the managementContext default port 1099

2009-05-29 Thread Dejan Bosanac
Not sure what's happening on your machine. Can you try removing rmiServerPort from the conf? Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, May 29, 2009 at 9:24 AM, paksiw

Activemq-admin stop does not work

2009-05-29 Thread Johannes Frank
Hello I'm trying to use activemq-admin stop to stop a running activemq instance (it is running, I have the other console spitting out output all the time). I'm using the standard activemq 5.2 I downloaded from you. However, as soon as I'm doing the stop command: the following Exception jungle is

Re: How can I connect to Websphere MQ?

2009-05-29 Thread Joe Fernandez
I'd recommend Camel and its JMS component to develop a bridge between the two JMS providers. http://camel.apache.org/jms.html Joe http://www.ttmsolutions.com sharpor wrote: Dear All, I have several client machines and a server machine. On every client machine, there has been depolyed

How to send the massive files from CMS to JMS?

2009-05-29 Thread Sahay
My requirement is to send around massive files for processing by JMS based consumers from the CMS based producers. There are no support for Blob and Stream messages in ActiveMQ-CPP-2.x version, but there is a support available for ActiveMQStreamMessage in ActiveMQ-CPP version 3.0. My question

Re: Standalone ActiveMQ forwarding messages from a JBoss MQ

2009-05-29 Thread sparta0
http://www.codeproject.com/KB/docview/jms_to_jms_bridge_activem.aspx jamiebarrow wrote: Hi, I was wondering if anyone has tried the following, I have a JBossMQ on server A, and am posting messages to a queue/MyQueue. I want to move those messages on server A's queue/MyQueue to a

Re: How can I connect to Websphere MQ?

2009-05-29 Thread Bruce Snyder
On Fri, May 29, 2009 at 6:39 AM, Joe Fernandez joe.fernan...@ttmsolutions.com wrote: I'd recommend Camel and its JMS component to develop a bridge between the two JMS providers. http://camel.apache.org/jms.html To actually connection to WebspherMQ, you'll need to configure a bean for the

Re: How to send the massive files from CMS to JMS?

2009-05-29 Thread Timothy Bish
On Fri, 2009-05-29 at 05:44 -0700, Sahay wrote: My requirement is to send around massive files for processing by JMS based consumers from the CMS based producers. There are no support for Blob and Stream messages in ActiveMQ-CPP-2.x version, but there is a support available for

AuthorizationBroker and ActiveMQTempQueue

2009-05-29 Thread Dmitry Efremov
Hi, We try to use temporary queue in ActiveMQ for clients to receive messages from server side. So we don't want to allow server to create any new temporary queue and want allow only to use existing onces which were passed to it. We use permissions for that. We just denied server side user to

Re: Activemq-admin stop does not work

2009-05-29 Thread Bruce Snyder
On Fri, May 29, 2009 at 2:45 AM, Johannes Frank johannes.fr...@kisters.de wrote: Hello I'm trying to use activemq-admin stop to stop a running activemq instance (it is running, I have the other console spitting out output all the time). I'm using the standard activemq 5.2 I downloaded from

Re: JMS over HTTP

2009-05-29 Thread MarkThomsen
Dejan, The reference says The HTTP and HTTPS transports are used to tunnel over HTTP or HTTPS using XML payloads. Does this mean binary data is marshalled/wrapped into XML (blob, uuencode, etc.)? Or does it mean that XML text messages are sent, and binary messages (like serialized POJOs) are

Re: How can I connect to Websphere MQ?

2009-05-29 Thread sharpor
Thank you all very much! I used Bruce's method to config my Xbean and got a xml parsed error said that util:constant error. After changing it to property name=transportType value=1/, it works! That means websphere mq can get message from activemq. As my original thought, when the local activemq