Hide Forgot
Description of problem: Messages published to a topic queue can not be automatically transmitted to remote C# client who has created a durable Push subscription using HornetQ-Rest, when JBOSS AS 7.1.1 final server is restarted. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.start JBOSS AS 7.1.1 SERVER with a HortnetQ-rest servlet 2.Program a C# client to create a durable push subscription 3.After completing push subscription, stop the JBOSS SERVER 4.Program a C# http server , which receive http POST request 5.Restart the JBoss Server (Tip load the subscription) 6.Publish a message to the topic Actual results: Nothing occurs (both the JBOSS server console and the C# http server console) Expected results: the c# http server console receive the message. the jboss server console tips send the message. Additional info:
(In reply to liufeng from comment #0) > Description of problem: > > Messages published to a topic queue can not be automatically transmitted > to remote C# client who has created a durable Push subscription using > HornetQ-Rest, when JBOSS AS 7.1.1 final server is restarted. > > Version-Release number of selected component (if applicable): > > > How reproducible: > > Steps to Reproduce: > > 1.start JBOSS AS 7.1.1 SERVER with a HortnetQ-rest servlet > > 2.Program a C# client to create a durable push subscription > > 3.After completing push subscription, stop the JBOSS SERVER > > 4.Program a C# http server , which receive http POST request > > 5.Restart the JBoss Server (Tip load the subscription) > > 6.Publish a message to the topic > > Actual results: > > Nothing occurs (both the JBOSS server console and the C# http server console) > > Expected results: > > the c# http server console receive the message. > > the jboss server console tips send the message. > > Additional info:
RestEasy:3.0.9 hornetq-rest:2.4.7