Skip to content

Commit

Permalink
Update JmsTool for Messaging 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Feb 6, 2022
1 parent f4d082a commit 1674003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/sun/ts/tests/jms/common/JmsTool.java
Expand Up @@ -138,11 +138,11 @@ public class JmsTool {

public static final int COMMON_FACTORY = 17;

public static final String JMS_VERSION = "3.0";
public static final String JMS_VERSION = "3.1";

public static final int JMS_MAJOR_VERSION = 3;

public static final int JMS_MINOR_VERSION = 0;
public static final int JMS_MINOR_VERSION = 1;

// JNDI names for JMS objects (Standalone mode)
public static final String TCKTESTQUEUENAME = "MY_QUEUE";
Expand Down

0 comments on commit 1674003

Please sign in to comment.