[jboss-jira] [JBoss JIRA] (AS7-3070) Connection factory client-id does not survive server restart
jaikiran pai (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Dec 27 02:25:09 EST 2011
[ https://issues.jboss.org/browse/AS7-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653140#comment-12653140 ]
jaikiran pai commented on AS7-3070:
-----------------------------------
Can you try this against the recently released AS 7.1.0.CR1b and see if this is still an issue?
> Connection factory client-id does not survive server restart
> ------------------------------------------------------------
>
> Key: AS7-3070
> URL: https://issues.jboss.org/browse/AS7-3070
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS, Server
> Affects Versions: 7.1.0.Beta1
> Reporter: David White
> Assignee: Clebert Suconic
> Priority: Minor
>
> You can add a client-id in standalone.xml e.g.
> <connection-factory name="InVmConnectionFactory">
> <client-id>my-client-id</client-id>
> <connectors>
> <connector-ref connector-name="in-vm"/>
> </connectors>
> <entries>
> <entry name="java:/ConnectionFactory"/>
> </entries>
> </connection-factory>
> But after a re-start, the client-id is missing
> standalone.xml has been silently re-written without the client-id
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list