your broker. If you intend to have clients autodiscover your broker,
> the transport connector element should have a discoveryUri attribute as
> follows...
>
> discoveryUri="multicast://default"/>
>
> ...else take out the discoveryUri attribute.
>
>
ri="multicast://default"/>
>
> ...else take out the discoveryUri attribute.
>
> Joe
> Free ActiveMQ user guide at http://www.ttmsolutions.com
>
>
>
>
> Ben Amitai wrote:
>>
>> Hello,
>> My application has one and only broker. I don
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
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
Hello,
Annoying issue I'm facing:
I recently upgraded the AMQ version from 4.1.1 to 5.2.0.
Now, after sending a message, I wait for a reply. The message seems to be
handled well in the server, and the reply to a general producer is made.
The thing is, the client never gets the reply..
Is there so
Hello,
I'm using AMQ4.1.1
I have sort of client/server application.
Both the client and the server opens a broker.
I specified the wanted discovery URI in the "client" and the multicast uri
in the "server".
I now have a few issues:
1. Once a client goes up and then down, the server keeps notifyin
James.Strachan wrote:
>
> 2008/12/2 Ben Amitai <[EMAIL PROTECTED]>:
>>
>>
>>
>> James.Strachan wrote:
>>>
>>> 2008/12/2 Ben Amitai <[EMAIL PROTECTED]>:
>>>>
>>>> Hi,
>>>> I read a MapMessage object
James.Strachan wrote:
>
> 2008/12/2 Ben Amitai <[EMAIL PROTECTED]>:
>>
>> Hi,
>> I read a MapMessage object using Session.receive();
>> Now, I need to print the values of changed columns, but regarding to the
>> column's type.
>> for example
Hi,
I read a MapMessage object using Session.receive();
Now, I need to print the values of changed columns, but regarding to the
column's type.
for example, a date type should be read as long when name should be read as
string.
I have no information about the column's name..
Is what I want even