Hello,
I know this forum concerns activeMQ itself and not pyactiveMQ, but I'm
having some difficulties and I was hoping somebody here might have an idea.
I'm trying to compile pyactiveMQ so that it incorporates the latest version
of activeMQ-cpp. I've built all of the dependent libraries and re
Thanks a lot everybody.
I did what Joe wrote, and it works fine now.
Joe Fernandez wrote:
>
> Just comment out this multicast network connector.
>
>
>
> Since you have a single broker configuration, you shouldn't have any
> network connectors in the broker's XML cfg file.
>
> However, you
I don't have my config file in front of me, but just go through the
activemq.xml file and remove the discovery portions. That is what I
did and all is well for me now.
On Mon, Dec 22, 2008 at 1:09 PM, Ben Amitai wrote:
>
>
>
> Ben Amitai wrote:
>>
>> Hello,
>> My application has one and only b
Why don't you just hard code the url of the broker and not use discovery
all together?
-Original Message-
From: Ben Amitai [mailto:saba...@gmail.com]
Sent: 2008-12-22 1:05 PM
To: users@activemq.apache.org
Subject: Disable multicast discovery
Hello,
My application has one and only broker
Just comment out this multicast network connector.
Since you have a single broker configuration, you shouldn't have any network
connectors in the broker's XML cfg file.
However, you will need a transport connector to allow clients to connect to
your broker. If you intend to have clients auto
Ben Amitai wrote:
>
> Hello,
> My application has one and only broker. I don't need the broker to
> discover other brokers.
> Is there a way to disable the discoverying entirly?
>
> Thanks
> Udi
>
I forgot to mention that I don't have any discover properties, but I can see
a thread of discov
Hello,
My application has one and only broker. I don't need the broker to discover
other brokers.
Is there a way to disable the discoverying entirly?
Thanks
Udi
--
View this message in context:
http://www.nabble.com/Disable-multicast-discovery-tp21132232p21132232.html
Sent from the ActiveMQ - U
Thanks Gary. That's works for me. :)
On Mon, Dec 22, 2008 at 4:07 AM, Gary Tully wrote:
> appended a little comment to the doc to use
> ActiveMQConnectionFactory.setTransportListener().
> Thanks :-)
>
> 2008/12/21 Jim Lloyd :
> > To answer my own question, it turns out that ActiveMQConnectionFac
Not sure it makes sense to separate master and slave via http but I
guess it just requires setting the setMasterConnectorURI property to
the http url. It would want to have httpKeepAlive configured so that
it is not inadvertently giving a false positive on master failure due
to a dropped connection
Liu,
you can get same at:
http://repo.fusesource.com/maven2/org/apache/activemq/apache-activemq/5.2.0.1-fuse/
2008/12/9 Leon Liu :
> Hi gary,
> The fix can migrate to version 5.2.0? I think it is a critical bug.
> Leon Liu
>
> Gary Tully 写道:
>> Leon,
>> can you try a recent snapshot[1], I think yo
Hi,
have you a small example how i can setup a http master/slave connection?
looks like you have a master slave setup but using tcp as the
transport so you either need to have a http master/slave connection or
also leave the tcp connector configured.
--
View this message in context:
http://w
appended a little comment to the doc to use
ActiveMQConnectionFactory.setTransportListener().
Thanks :-)
2008/12/21 Jim Lloyd :
> To answer my own question, it turns out that ActiveMQConnectionFactory has a
> setTransportListener method that can be called before createTopicConnection
> is called.
looks like you have a master slave setup but using tcp as the
transport so you either need to have a http master/slave connection or
also leave the tcp connector configured.
2008/12/22 4jr006 :
>
> Hi,
>
> i have a problem with ActiveMQ 5.2 and JMS over HTTP.
> I have one Server, one MessageSender
You need to change the format for the uri to specify the group via a
parameter. This is the upshot of the resolution to
http://issues.apache.org/activemq/browse/AMQ-1489 - check out the
detail in the comments.
The required change is of the form:
-
+
2008/12/18 MaenXe :
>
> Anyone el
Hi,
i have a problem with ActiveMQ 5.2 and JMS over HTTP.
I have one Server, one MessageSender and one MessageReciver
If i use the TCP-Connection
it works fine, but if I use a HTTP-Connection
ActiveMQ throws the following Exception:
ERROR TransportSupport - No transportListe
15 matches
Mail list logo