Author |
Message |
Topic: How to Monitor all Incoming and Outgoing Connection in IIB |
sourdas2
Replies: 5 Views: 4042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 22, 2017 5:16 pm Subject: How to Monitor all Incoming and Outgoing Connection in IIB |
Thanks mqjeff and Vitor for your reply.
The FileInput node property is set to poll in every 30 minutes from remote SFTP server. I did not set anything in configurable service.
I took IIB system ... |
Topic: How to Monitor all Incoming and Outgoing Connection in IIB |
sourdas2
Replies: 5 Views: 4042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 21, 2017 4:37 pm Subject: How to Monitor all Incoming and Outgoing Connection in IIB |
Hi,
Is there any utility available to monitor all the incoming and outgoing connections to/from IIB over TCP/IP?
I am polling a SFTP server in every 30 minutes, but the SFTP server is seeing a n ... |
Topic: MQ .Net Connectivity Issue over SSL (TLS 1.2) |
sourdas2
Replies: 1 Views: 8309
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 12, 2017 3:49 pm Subject: MQ .Net Connectivity Issue over SSL (TLS 1.2) - RESOLVED |
I found the issue and fixed it as follow -
The .Net code was using WMQ v7.0 libraries. After updating the libraries to the version 8.0, the issue got resolved. |
Topic: MQ .Net Connectivity Issue over SSL (TLS 1.2) |
sourdas2
Replies: 1 Views: 8309
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2017 6:38 pm Subject: MQ .Net Connectivity Issue over SSL (TLS 1.2) |
I am using IBM MQ 8.0 on Redhat Linux 2.6 platform. The queue manager running in the system can be connected successfully from a .Net client using 'MQPUT.SVRCONN' channel w/o SSL. After I enabled SSL ... |
Topic: Issue while connecting to SFTP Server by Key Exchange |
sourdas2
Replies: 1 Views: 3489
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 13, 2015 11:45 pm Subject: Issue while connecting to SFTP Server by Key Exchange |
Hello,
I am running WMB 7.0 under AIX user "brkadm". The public key of "brkadm" is imported into a sftp host "sftphostname1" under user "sftpuser1". From AIX ... |
Topic: Error converting Hex Character AE |
sourdas2
Replies: 1 Views: 2094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 16, 2015 6:36 pm Subject: Error converting Hex Character AE |
Hi,
I am using WMB v7.0 in AIX environment.
I have a simple router flow which has a MQInput node to read XML message from the queue and route the same XML message dynamically to the target queue ... |
Topic: NoClassDefFoundError: java.awt.* - WMB V7 Linux |
sourdas2
Replies: 5 Views: 6582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 4:08 am Subject: NoClassDefFoundError: java.awt.* - WMB V7 Linux |
Thanks mqjeff.
I am trying to generate QR Code in base64 encoded format.
package com.jci.qrcode;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
impor ... |
Topic: NoClassDefFoundError: java.awt.* - WMB V7 Linux |
sourdas2
Replies: 5 Views: 6582
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 3:37 am Subject: NoClassDefFoundError: java.awt.* - WMB V7 Linux |
I am using WMB v7.0.0.4.
I have created one static java method and the java method is using java.awt.* classes. I am calling the static java method from ESQL.
Everything works fine when I test t ... |
Topic: WMB memory usage within a DataFlowEngine |
sourdas2
Replies: 32 Views: 19184
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 18, 2012 2:31 am Subject: WMB memory usage within a DataFlowEngine |
Hi lancelotlinc & Esa, thanks for the reply
Is the any documentation / article available on WMB memory structure & memory usage ? |
Topic: Broker Health Check |
sourdas2
Replies: 11 Views: 15273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 17, 2012 1:32 am Subject: Broker Health Check |
A good one - http://www.ibm.com/developerworks/websphere/library/techarticles/0801_cui/0801_cui.html |
Topic: Accessing Stored Procedure on SQL Server |
sourdas2
Replies: 6 Views: 11275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 16, 2012 11:40 pm Subject: Accessing Stored Procedure on SQL Server |
The error is - The procedure is unknown to the database and no definition could be found - DSN_SQL.
So, check if you are providing correct Data Source, Schema Name, Stored Proc Name. |
Topic: WMB memory usage within a DataFlowEngine |
sourdas2
Replies: 32 Views: 19184
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 16, 2012 11:30 pm Subject: WMB memory usage within a DataFlowEngine |
I am running WebSphere Message Broker v7.0.0.2 in my local windows machine (Win XP, SP 2). I have only one broker and one execution group running in my machine.
As per Windows Task Manager, the phy ... |
Topic: Reading Deployed XML File Using JCN |
sourdas2
Replies: 2 Views: 2704
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 09, 2012 7:43 am Subject: Reading Deployed XML File Using JCN |
Is it possible to deploy a XML file in broker and read the same file using Java Compute node (java.io.*) in WMB v7.0 ?
Once deployed, the xml file resides at '<WorkPath>/components/<Broke ... |
Topic: JMS doesn't cluster |
sourdas2
Replies: 3 Views: 5257
|
Forum: IBM MQ Java / JMS Posted: Sun Dec 18, 2011 10:06 pm Subject: JMS doesn't cluster |
Thanks fjb_saper & vmcgloin. It is working  |
Topic: JMS doesn't cluster |
sourdas2
Replies: 3 Views: 5257
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 16, 2011 4:39 am Subject: WMQ Clustering not working for JMS API |
I am using WMQ V7.0.1.
I have three queue managers in a cluster. Queue Manager 1 & 2 are the full repository and Queue Manager 3 is the partial repository. Both Queue Manager 1 & 2 have the ... |