Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(JMS プロバイダー HornetQ を使用して) WildFly 8.2 で JMS キューを作成し、このキューによってメッセージ駆動型 Bean を「アクティブ化」すると、プロデューサーが複数のメッセージをキューに立て続けに送信すると、メッセージ駆動型 Bean が必ずしも送信された順序で処理するとは限りません。メッセージが送信された順序 (先入れ先出し) で処理されるように、WildFly を構成できますか?