Author |
Message |
Topic: MQInput removes the mqps folder? |
wmqiguy
Replies: 2 Views: 6664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2020 1:29 pm Subject: MQInput removes the mqps folder? |
Never mind. This behavior was a result of the queue having its properties control set to Compatibilty, which removed the MQRFH2 on GET since the mqps folder was the only one.
If anyone else has ... |
Topic: MQInput removes the mqps folder? |
wmqiguy
Replies: 2 Views: 6664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2020 9:08 am Subject: MQInput removes the mqps folder? |
I am reading published messages fromteh queue, but the topics/MQRFH2 are removed by the MQInput node.
Seems odd. Anyone have any guidance?
Thanks! |
Topic: REST API and Git |
wmqiguy
Replies: 1 Views: 2412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2017 2:40 pm Subject: REST API and Git |
I'm a bit perplexed. I wrote up a REST API.
Everything worked great, so I copied the entire Application folder into the desired Git folder and committed it. Later, I needed to make some changes, ... |
Topic: Extreme Scale Connection |
wmqiguy
Replies: 0 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 19, 2017 1:07 pm Subject: Extreme Scale Connection |
Ran into a connection issue when trying to connect to an external XS grid. Not a big mystery there since XS was being rebooted.
The issue is that the time used to establish the connection wa ... |
Topic: Oracle Stored Procedure Twist... |
wmqiguy
Replies: 0 Views: 2402
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 07, 2010 1:47 pm Subject: Oracle Stored Procedure Twist... |
The Oracle DBA has created an SP that returns a cursor. No issues there. Pretty straightforward.
The twist is that they want me to then call another SP and pass in the cursor, so that they can c ... |
Topic: 12 Character Limitation |
wmqiguy
Replies: 1 Views: 3687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 9:46 am Subject: 12 Character Limitation |
And the answer is a. The domain does not count. Our problem was that in the middle of everything, the NT admins had applied an NT security patch that made it impossible to connect to the security do ... |
Topic: 12 Character Limitation |
wmqiguy
Replies: 1 Views: 3687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2006 6:33 am Subject: 12 Character Limitation |
I am trying to move from everything on local accounts to domain accounts. (Not very successfully.) I am getting an error about not being able to initialize the NT security subsystem when trying to c ... |
Topic: Error Return mySAP |
wmqiguy
Replies: 2 Views: 7103
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Jan 10, 2006 12:47 pm Subject: Error Return mySAP |
When I call the BAPI and it is successful, everything is fine. (Big surprise, right?)
That is, the return codes and messages are populated in the return segment.
My issue is when I have s ... |
Topic: Using ODA for the mySAP Adapter |
wmqiguy
Replies: 2 Views: 5319
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Jan 04, 2006 6:11 am Subject: Using ODA for the mySAP Adapter |
Exactly. Thanks!  |
Topic: Message Set from mySAP Adapter |
wmqiguy
Replies: 0 Views: 2990
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2005 8:49 am Subject: Message Set from mySAP Adapter |
I am getting the following:
( WBIDEV.Mwhiting ) XML Parser: Element with a Namespace found when Namespaces are not enabled for the Message Set.
The element with XML name sap_zbapi_po_inbound ... |
Topic: Using ODA for the mySAP Adapter |
wmqiguy
Replies: 2 Views: 5319
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Dec 28, 2005 2:40 pm Subject: Using ODA for the mySAP Adapter |
I am using the ODA to create message definitions in WBI MB. I'm exporting them from SAP and then creating my message set without any issue.
My only beef is that the exported objects seem to have fie ... |
Topic: shut down MQ. startup MQ - LINUX |
wmq_guy
Replies: 2 Views: 4582
|
Forum: General IBM MQ Support Posted: Sun Mar 06, 2005 7:35 pm Subject: shut down MQ. startup MQ - LINUX |
awesome Peter, thank you. |
Topic: SessionBean sending JMS messages |
wmq_guy
Replies: 3 Views: 3470
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 06, 2005 7:30 pm Subject: SessionBean sending JMS messages |
I currently have it set up as:
class SessionBeanSender{
private QCF
private Q
private Session
private Qconn
....etc
ejbCreate(){ }
ejbRemove(){
... |
Topic: SessionBean sending JMS messages |
wmq_guy
Replies: 3 Views: 3470
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 06, 2005 6:56 pm Subject: SessionBean sending JMS messages |
using MQ5.3/WAS51
I have a Statelesss SB that puts messages on a queue queue to be sent to a remote system.
I have set the max connections to 10 on the QCF factory it is using. (will changing t ... |
Topic: shut down MQ. startup MQ - LINUX |
wmq_guy
Replies: 2 Views: 4582
|
Forum: General IBM MQ Support Posted: Sun Mar 06, 2005 1:59 pm Subject: shut down MQ. startup MQ - LINUX |
Linux, WMQ 5.3 server. 1 cluster, one queue of each regular QM part of the cluster not all the queues.
My setup is a repository QM, secRepository QM
6 other QM's that are connected to another sys ... |