ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 51 matches
Author Message
  Topic: MQInput to multiple MQOutput
phaniIIB

Replies: 5
Views: 3102

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 30, 2016 9:03 am   Subject: MQInput to multiple MQOutput
Thank you all for your responses.
  Topic: MQInput to multiple MQOutput
phaniIIB

Replies: 5
Views: 3102

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 30, 2016 7:17 am   Subject: MQInput to multiple MQOutput
Hi,

I have a simple use case. My message flow is 1 MQInput node and 2 MQOutput nodes. Data flows from MQInput to 2 MQOutput nodes. I have an issue. If one of the queues is running out of depth, th ...
  Topic: TLS in HTTP Input and Request Nodes
phaniIIB

Replies: 3
Views: 2189

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 27, 2016 11:34 am   Subject: TLS in HTTP Input and Request Nodes
No. I am asking a simple question here. The TLS option in HTTP Request node corresponds to which version of TLS. the Other options are TLSv1, TLSv1.1, TLSv1.2.
  Topic: TLS in HTTP Input and Request Nodes
phaniIIB

Replies: 3
Views: 2189

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 27, 2016 7:22 am   Subject: TLS in HTTP Input and Request Nodes
Hi all,

I know the default version in HTTP Input and Request nodes is TLS. But there is no version for TLS i.e., TLSv1.0 or TLSv1.1 or TLSv1.2. Can anyone tell what version TLS belongs to?
  Topic: Queue manager has been disabled for Pub-Sub operations
phaniIIB

Replies: 2
Views: 3627

PostForum: General IBM MQ Support   Posted: Tue Jun 14, 2016 12:09 pm   Subject: Queue manager has been disabled for Pub-Sub operations
Hi all,

Can you please look into this issue. In command line it shows PSMODE=ENABLED. But still it complains of the above issue,
  Topic: Throwing Error : ImbSyntaxElement::attachAsLastChild
phaniIIB

Replies: 2
Views: 1597

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 09, 2016 4:44 am   Subject: Throwing Error : ImbSyntaxElement::attachAsLastChild
Hi all,

I am trying a simple code of extracting the input using evaluateXPath and propagating to the ouput. It throws the below error. Can anyone help.

com.ibm.broker.plugin.MbRecoverableExcepti ...
  Topic: Usage of Collector Node
phaniIIB

Replies: 7
Views: 4778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 25, 2016 10:12 am   Subject: Usage of Collector Node
Firstly,

This is not a design. This is a POC.

I am propagating non-empty messages which are propagated as empty messages into MQ Output.

So where does the collector puts its message if not ...
  Topic: Usage of Collector Node
phaniIIB

Replies: 7
Views: 4778

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 25, 2016 7:30 am   Subject: Usage of Collector Node
Hi all,

I have a use case where I will have to collect the incoming messages for 1 sec and then propagate the messages. I used Collector node for the same but I face an issue.

I used MQInput - ...
  Topic: Transactional commit in java compute node
phaniIIB

Replies: 11
Views: 5833

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 19, 2016 4:18 pm   Subject: Transactional commit in java compute node
Hi all,

I have a use case where there is an infinite loop running in Java compute node. My application : MQInput node --> Java Compute --> MQOutput node.
So the Java compute here runs an in ...
  Topic: Unable to create MbMessage Object in Java Runnable Class
phaniIIB

Replies: 7
Views: 3557

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 13, 2016 9:59 am   Subject: Unable to create MbMessage Object in Java Runnable Class
I think the discussion is going in a wrong track. The question here is, What is happening when I create an MbMessage during a thread task. Why should I not create Threads in Java compute node. If not ...
  Topic: Unable to create MbMessage Object in Java Runnable Class
phaniIIB

Replies: 7
Views: 3557

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 13, 2016 5:53 am   Subject: Unable to create MbMessage Object in Java Runnable Class
Thanks,

In this case are we telling that IIB or Message broker cannot handle parallel processing of tasks or Is there any other way to implement this. Please suggest.
  Topic: Unable to create MbMessage Object in Java Runnable Class
phaniIIB

Replies: 7
Views: 3557

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 12, 2016 11:24 am   Subject: Unable to create MbMessage Object in Java Runnable Class
Hi all,

I am trying to develop a multi-threading scenario where I have a JCN as Main Class and a Runnable Class.

In the Runnable Class I have the following code,

MbMessage outMessage=new MbMe ...
  Topic: Email ouput node throwing an error
phaniIIB

Replies: 1
Views: 2050

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Apr 01, 2016 10:39 am   Subject: Email ouput node throwing an error
Hi all,

The email output node used in a message flow is throwing an error.

PFB the error,

nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 451 TLS/SSLv3 Connection requi ...
  Topic: Batch of messages from MQ usign Java Compute Node
phaniIIB

Replies: 2
Views: 1620

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 31, 2016 12:04 pm   Subject: Batch of messages from MQ usign Java Compute Node
Hi all,

How to retrieve a batch of messages together from MQ using Java compute node.

Thanks,
  Topic: Write a list of messages from Java Compute node in IIB to MQ
phaniIIB

Replies: 3
Views: 1802

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 29, 2016 5:24 pm   Subject: Write a list of messages from Java Compute node in IIB to MQ
Hi all,

I have a use case where I use a java compute node that generates a list of messages that needs to be passed to MQ through MQOutput node. Can anyone suggest on how to do this?

Thanks in a ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.