|
| Re: WLST to create a JMS FileStore |
 |
Fri, 21 Mar 2008 12:45:57 -070 |
Here are the steps: Found out after a lot of struggle.
Hope this helps who is going thru this.
fileStore = create('myFileStore','FileStore')
server = create('myJMSServer', 'JMSServer')
server.setPersistentStore(fileStore)
Then assign targets.
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|