I have a question regarding the messages that JBoss saves when a durable
subscription is created with a message selector.
If durableSubscription "ds1" is created with message selector "ms1" on topic
"t1" and "ds1" is the only durable subscription to "t1", will only messages
selected by "ms1" b
The problem had already been identified in the follwoing JIRA:
http://jira.jboss.com/jira/browse/JBAS-1442
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871887#3871887
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871
My initial description is incorrect. The problem occurs when a
StateFullSessionBean (SomeSFSB) creates a StateFullSessionBean
(CommonValueIterator). The SomeSFSB creates and returns the CommonValueIterator
when the client calls a query method. Furter, I now have a junit test that
reproduces th
We are experiencing an issue during our port of an application from JBoss 3.2.3
to JBoss 4.0.1.
The application consists of a StatelessSessionBean (SomeSLSB) creating a
StateFullSessionBean (CommonValueIterator). The SomeSLSB creates and returns a
CommonValueIterator when a remote client (runn