Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

some durable subscribers don't receive any messages from broker

886634Sep 27 2011 — edited Sep 30 2011
Hi,

I have a publish/subscribe scenario set up so that there is one publisher writing to a topic and multiple durable subscribers reading from the same topic. My first step is running the publisher application to publish multiple messages to the topic. Why is that when I start up the subscribers after(they each have their own unique ClientID and name) that not all of the subscribers receive the messages? Either some subscribers receive everything or some receive nothing. Isn't the broker supposed to retain all the messages for all of the durable subscribers?

I am currently using the default values set for the messages. Meaning, they're all set to persistent delivery, priority level 4, and have a lifetime of 0, which is an unlimited message lifetime.

Thanks

Comments

4162541

Furthermore if I try to use the XMLSecurityManager class I get a compilation error

error: package com.sun.org.apache.xerces.internal.utils does not exist

Why do any of these classes' configuration options even exist if they aren't meant to be used?

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 28 2011
Added on Sep 27 2011
4 comments
312 views