Skip to content

Commit

Permalink
Fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 14, 2023
1 parent 36fd7ab commit c842a4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ Resource endpoints are activated in the ResourceAdapter (think EJB's `@MessageDr
[source,java,subs=attributes+]
----
import io.quarkiverse.ironjacamar.ResourceEndpoint;
import io.quarkiverse.ironjacamar.ResourceEndpoint.ActivationSpec;
import jakarta.jms.MessageListener;
@ResourceEndpoint(activationSpecConfigKey = "myqueue") <1>
public class MyResourceEndpoint implements MessageListener {...} <2>
public class MyResourceEndpoint implements jakarta.jms.MessageListener {...} <2>
----

Expand Down

0 comments on commit c842a4e

Please sign in to comment.