Skip to content

Commit

Permalink
use service connection factory
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmlarsson committed Apr 18, 2024
1 parent 522b059 commit 0e42533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/ibm/ce/jms/Producer.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
public class Producer {

@Inject
@JMSConnectionFactory("jms/mqConnectionFactory")
//@JMSConnectionFactory("jms/mqConnectionFactory")
@JMSConnectionFactory("jms/serviceMqConnectionFactory")
JMSContext context;

@Resource(lookup = "jms/queue1")
Expand Down

0 comments on commit 0e42533

Please sign in to comment.