Hi All
I am using ActiveMQ-4.1.1 ,when try to connect C# client with
ActiveMQ boker using ssl://localhost:61617, client is getting hanged and
some times connection is getting rejected. At the server side following
error is displayed
1) TransportConnector - Could not accept connection fr
On 12/10/2007, Terry K <[EMAIL PROTECTED]> wrote:
>
> .. what worries me at this point is introducing yet anothrer level of
> software complexity to solve what is really a simple requirement. I can see
> a simple database table with a little SQL code could solve this problem.
> What advantage does
.. what worries me at this point is introducing yet anothrer level of
software complexity to solve what is really a simple requirement. I can see
a simple database table with a little SQL code could solve this problem.
What advantage does a JMS Queue (which is not a trivial software
infrastructure
Thank you for your comments Joe,
both senerios you described result in a consumer/session being flooded with
messages up to the prefetch limit. I guess the transacted multi-threaded
client code would need to evenly iterate the sessions looking for whatever
sessions have the messages. Setting
On 4.1.1, the value assigned to the networkConnector's 'name' attribute
shows up nicely on the jconsole. However there appears to be a regression
with 5.0, because the name no longer shows up on the jconsole. With 5.0, you
instead see the String representation of an instance of the
SimpleDiscover
Still getting the error. Here is the entry in the map. I added
"users,guests" like you said, also added "all" which is a group that guest
should be a member of, and just for fun added guest by name.:
Here's the guest related stuff I have in the config file:
in plugi
Albert Strasheim wrote:
>
> Hello,
>
> If you could provide us with a basic sample of the code that exhibits the
> problems you're seeing, that would be very helpful.
>
>>
>> Hi,
>> I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using
>> callbacks (onMessage) to alert me to
This looks like exactly what we need. Thank you!
On 9/25/07, Alex _ <[EMAIL PROTECTED]> wrote:
> http://www.plope.com/software/supervisor2/
>
> Roger Hoover <[EMAIL PROTECTED]> wrote: We're planning to use ActiveMQ as an
> asynchronous messaging layer between
> daemon processes written in variou
>From my experience with security in ActiveMQ you need to explicitly
allow everybody to create Advisory topics. This also matches with your
error message:
java.lang.SecurityException: User guest is not authorized to
create: topic://ActiveMQ.Advisory.Connection
so I'd try adding
to your confi
Hi all. I think I've exhausted google on this one, so I now turn to you.
We need to be able to set different permissions for different applications
to be able to listen to topics/queues. After much searching, I have this
much in the broker config file (slightly snipped for brevity):
http://www.
certainly - look at: http://activemq.apache.org/networks-of-brokers.html
cheers,
Rob
http://rajdavies.blogspot.com/
On Oct 11, 2007, at 8:00 PM, novotny wrote:
Hi,
I have a scenario where we have 2 sites. At each site we have
applications
that use JMS to talk to the ActiveMQ brokers
Hi,
I have a scenario where we have 2 sites. At each site we have applications
that use JMS to talk to the ActiveMQ brokers that are hosted at each site.
What I'm wondering is if the brokers can communicate to each other over the
wide area netwrok using point to point? If so, how would I need to
Hello,
If you could provide us with a basic sample of the code that exhibits the
problems you're seeing, that would be very helpful.
Even better, you might consider creating a AMQCPP JIRA issue, and attaching
the code there.
Regards,
Albert
- Original Message -
From: "SteveDicks"
Great, its working now.
Many Thanks.
Manish.
rajdavies wrote:
>
> Hi Manish,
>
> please look at: http://activemq.apache.org/networks-of-brokers.html
>
> What you need to do is explicitly configure the
> staticallyIncludedDesitnations property on the network connector
>
>
> cheers,
>
>
Hi All,
I have just implemented a messaging system using Spring JMS with Active MQ
4.1.1...I do have some questions...Would be appreciable if someone could
answer them
We are looking at processing close to 10 transactions in a
minute...Heres my settings
-> 1 Message Listener Container with
Here's what I have experienced wrt prefetch limits; you may find it useful.
If a destination (queue) has active consumers, then as messages arrive at
the destination, the broker will evenly dispatch the messages across the
active consumers; no matter what the prefetch limit may be.
Now let's s
I am using the AJAX client, and I am curious if there is a way to get
the clients to automatically reconnect?
My clients work in an environment where the network connections can be
spotty, and I would like them to automatically resume without the user
having to reload the browser.
Currently what
Hi Manish,
please look at: http://activemq.apache.org/networks-of-brokers.html
What you need to do is explicitly configure the
staticallyIncludedDesitnations property on the network connector
cheers,
Rob
http://rajdavies.blogspot.com/
On Oct 11, 2007, at 4:44 PM, manishbel wrote:
Th
Thanks for the reply Rob,
Any pointers towards how can i setup destinations individually to propagate
the changes?
Manish.
rajdavies wrote:
>
> Demand based propagation of messages across networks does require
> advisories to work. You could try explicitly setting up the
> destinations y
Very cool and many thanks!
Joe
rajdavies wrote:
>
> This is fixed in the svn main trunk
>
>
> cheers,
>
> Rob
>
> http://rajdavies.blogspot.com/
>
>
>
> On Oct 9, 2007, at 2:47 PM, ttmdev wrote:
>
>>
>> We are using the 'duplex' functionality for the same reason. I am
>> getting
Found the missing lines...
Added the following to the wrapper.conf (Maybe someone could fix this in
the distro?)
wrapper.app.parameter.2=start
wrapper.app.parameter.3-xbean:activemq.xml
Chris Neal wrote:
>
> I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service..
> (no sp
On 11/10/2007, Terry K <[EMAIL PROTECTED]> wrote:
>
> ... thanks for the suggestions - message groups do sound like a plausible
> solution.
>
> I am not interested in assigning a group of messages to particular sessions
> indefinately as the groups will be small and many. Once the high priority
> m
... thanks for the suggestions - message groups do sound like a plausible
solution.
I am not interested in assigning a group of messages to particular sessions
indefinately as the groups will be small and many. Once the high priority
message has been dequeued with all related messages (at that po
I tried to use the wrapper.exe to execute the 5.0 SNAPSHOT as a service.. (no
spaces in the Startup Path) This is where the wrapper fails...
jvm 1| Usage: Main [--extdir ] [task] [task-options] [task data]
jvm 1|
jvm 1| Tasks (default task is start):
jvm 1| start -
On 10/10/2007, Terrk K <[EMAIL PROTECTED]> wrote:
>
> I cannot find enough documentation on message selectors but have many
> questions.
>
> Message selectors are more like fliters right? If so, what is the underlying
> selection policy of the broker? Age, priority, moon phases?
The selector descr
Sounds to me like "Message Groups" may be what you're looking for.
http://activemq.apache.org/message-groups.html
Joe
Terry K wrote:
>
> I cannot find enough documentation on message selectors but have many
> questions.
>
> Message selectors are more like fliters right? If so, what is the
Hi,
I'm using CMS 2.1 with ActiveMQ 4.1 in transactional mode, and using
callbacks (onMessage) to alert me to a message arriving. However I have 2
problems:
a) If I call Session::commit() in onMessage() (which none of the examples
do) then I get a core dump.
b) Having worked around (a), calling
is msgid_prod values creation hardcoded or is it possible to change it? How
it is created?
--
View this message in context:
http://www.nabble.com/activemq-persistence---how-the-msgid_prod-is-created--tf4606104s2354.html#a13152458
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Checked out and built the main trunk and it works fine now. Thanks for the
fast response :)
rajdavies wrote:
>
> This is fixed in the svn main trunk
>
>
> cheers,
>
> Rob
>
> http://rajdavies.blogspot.com/
>
>
>
> On Oct 9, 2007, at 2:47 PM, ttmdev wrote:
>
>>
>> We are using the 'duple
Hi,
I am using ActiveMQ with the stomp client for PHP
(https://svn.codehaus.org/stomp/trunk/php/Stomp.php). Now the majority of
the time everything works fine, however every so often, something is
happening which stops the code from executing further. I eventually found
that the error occurs in t
30 matches
Mail list logo