Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample for connection configuration from IBM Websphere Liberty #396

Open
dagonblanco opened this issue Apr 22, 2020 · 0 comments
Open

Sample for connection configuration from IBM Websphere Liberty #396

dagonblanco opened this issue Apr 22, 2020 · 0 comments

Comments

@dagonblanco
Copy link

It would be great to have a config sample to connect from IBM Websphere Liberty to the development configuration.
I've been trying to connect with no avail with this XML in the server.xml:

<jmsQueueConnectionFactory id="qcf" jndiName="jms/qcf"> <properties.wmqJms port="1414" queueManager="*CUSTOMMQNAME*" hostName="*MQSERVERNAME*" channel="DEV.APP.SVRCONN" transportType="CLIENT"/> <connectionPool id="ConnectionPool_MQ" purgePolicy="EntirePool"/> <containerAuthData user="app" password=""/> </jmsQueueConnectionFactory> <jmsQueue id="AuditQueue" jndiName="jms/AuditQueue"> <properties.wmqJms baseQueueName="DEV.QUEUE.1" CCSID="0" expiry="0" failIfQuiesce="true" persistence="PERS" priority="APP" putAsyncAllowed="ENABLED" readAheadAllowed="ENABLED" readAheadClosePolicy="ALL" receiveCCSID="1208" receiveConversion="QMGR" targetClient="MQ"/> </jmsQueue>

mirskifa pushed a commit that referenced this issue Feb 16, 2023
* Update gosec behaviour to fail if unable to install

* fixing gosec issues (#394)

Co-authored-by: KIRAN DARBHA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant