Author |
Message |
Topic: Unable to Open Remote Queue |
tigerstone
Replies: 2 Views: 3767
|
Forum: General IBM MQ Support Posted: Thu Jun 25, 2015 5:54 am Subject: Unable to Open Remote Queue |
The Application is to write Output Data to a Remote Queue owned by another Queue Manager.
I receive the following error when attempting to do so
Error-Number:2666
Error-Message: Failed to open ... |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 11:22 am Subject: HTTPS Issue |
The ssl protocol is now using TLS |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 11:08 am Subject: HTTPS Issue |
When I use that endpoint, it is unable to set up a connection. |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2015 9:09 am Subject: HTTPS Issue |
I think the problem is HTTPS has not been enabled correctly on my server. Because its trying to establish communication through HTTP |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2015 3:09 pm Subject: HTTPS Issue |
The following step were performed:
mqsichangeproperties BROKER1 -b httplistener -o HTTPSConnector -n port -v 7843
mqsichangeproperties BROKER1 -e <EG Name> -o HTTPSConnector -n sslProtocol ... |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2015 1:29 pm Subject: HTTPS Issue |
Exception Message: Error making connection to "http://localhost:7080/slm/ping"
Exception Trace:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlain ... |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2015 10:27 am Subject: HTTPS Issue |
Im providing just the path suffix now. I set the policy set and bindings to default when configuring the bar file. For some reason it is not able to hit the service.
explicitlysetportnumber property ... |
Topic: HTTPS Issue |
tigerstone
Replies: 16 Views: 11261
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2015 8:28 am Subject: HTTPS Issue |
I check the use HTTPS box and provide the full URL "https//localhost/PortNo/PathSuffix" but upon deployment, application its is attempting to establish communication with "http//localho ... |
Topic: Transaction Completion from Multiple Message Propagation |
tigerstone
Replies: 3 Views: 1592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 23, 2014 11:26 am Subject: Transaction Completion from Multiple Message Propagation |
1) Why a Database over File System ?
2) What If a the Finish File Terminal were connected and prompted after the queue is committed, In this case the file will be created in mqsitransit directory and ... |
Topic: Transaction Completion from Multiple Message Propagation |
tigerstone
Replies: 3 Views: 1592
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 23, 2014 11:07 am Subject: Transaction Completion from Multiple Message Propagation |
The Message Flow Application recieves a Flat File from a Queue. This data needs to be written to disk. Also a XML message needs to be created and delivered to a Queue.
The Message Flow:
MQ Input ... |
Topic: Msg Model: Choice Group Issue |
tigerstone
Replies: 3 Views: 1573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 17, 2014 7:17 am Subject: Msg Model: Choice Group Issue |
And If the data is as such
Data Sample1: 1:xxxxxAAAABBB 2:IyyyyyCCDDDDE
Data Sample2: 1:xxxxxAAAABBB 2:OzzzzzCCDDDDE
That is the Basic Block, Application_I and Application_O complex types hav ... |
Topic: Msg Model: Choice Group Issue |
tigerstone
Replies: 3 Views: 1573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 17, 2014 6:24 am Subject: Msg Model: Choice Group Issue |
Data Sample1: 1:xxxxx 2:Iyyyyy
Data Sample2: 1:xxxxx 2:Ozzzzz
Complete TDS Message Model:
Types:
Basic Block (Group Indicator '1:', Data Element Seperation: 'Fixed Length')
Local Element: X ... |
Topic: Email Input Deletes Mail from Inbox |
tigerstone
Replies: 3 Views: 1977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2014 6:21 am Subject: Email Input Deletes Mail from Inbox |
The documentation says
Received emails are deleted from an email server that supports POP3 only when the emails have been successfully propagated after being processed by the EmailInput node Failure ... |
Topic: Email Input Deletes Mail from Inbox |
tigerstone
Replies: 3 Views: 1977
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2014 5:35 am Subject: Email Input Deletes Mail from Inbox |
The Email Input Node polls the pop3 server for incoming Email and then after execution of message flow, moves the email to the Trash Folder.
Can we just mark the Email as read leaving it within th ... |
Topic: Message Model Parser Issue |
tigerstone
Replies: 18 Views: 11799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2014 12:39 pm Subject: Message Model Parser Issue |
@kimbert - your suggestions worked.
Thank you all. |