0 Replies Latest reply on Jan 23, 2003 9:32 AM by urciolo

    Durable Subscription ClientId

    urciolo

      How does a durable subscription work in JBoss? I am attempting to reconnect my client after a shutdown, but it is creating a new durable subscription each time since the client ID is regenerated.

      I need queueing behavior so messages can be stored while a client is offline. I also need the ability to broadcast messages to a group of MDBs.

      I think I am missing something here. Help!