Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
joram
joram
Commits
8e69994e
Commit
8e69994e
authored
Jan 17, 2021
by
Andre Freyssinet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes.
parent
c22f0707
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/src/joram/interceptors/Test_Q3.java
tests/src/joram/interceptors/Test_Q3.java
+3
-3
No files found.
tests/src/joram/interceptors/Test_Q3.java
View file @
8e69994e
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2011 ScalAgent Distributed Technologies
* Copyright (C) 2011
- 2021
ScalAgent Distributed Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -32,6 +32,7 @@ import javax.jms.MessageProducer;
import
javax.jms.Session
;
import
org.objectweb.joram.client.jms.admin.AdminModule
;
import
org.objectweb.joram.client.jms.admin.User
;
import
org.objectweb.joram.shared.admin.AdminCommandConstant
;
import
framework.TestCase
;
...
...
@@ -62,8 +63,7 @@ public class Test_Q3 extends TestCase {
AdminModule
.
connect
(
"localhost"
,
2560
,
"root"
,
"root"
,
60
);
org
.
objectweb
.
joram
.
client
.
jms
.
admin
.
User
user
=
org
.
objectweb
.
joram
.
client
.
jms
.
admin
.
User
.
create
(
"anonymous"
,
"anonymous"
,
0
);
User
user
=
User
.
create
(
"anonymous"
,
"anonymous"
,
0
);
Properties
prop
=
new
Properties
();
prop
.
put
(
AdminCommandConstant
.
INTERCEPTORS
,
"joram.interceptors.Exit1"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment