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 140 matches
Author Message
  Topic: Testing issue for REST API in IIB v 10.0.0.6
stoney

Replies: 7
Views: 6775

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 02, 2016 9:29 am   Subject: Testing issue for REST API in IIB v 10.0.0.6
Can't read from server. It may not have the appropriate access-control-origin settings.
This is because of something called CORS (or Cross-Origin Resource Sharing).
Because Swagger UI is hosted on ...
  Topic: Jar files precedence deployed alongwith Bar file in IIB 10
stoney

Replies: 9
Views: 5105

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Aug 08, 2016 9:27 am   Subject: Jar files precedence deployed alongwith Bar file in IIB 10
There is no way to control the order that deployed JAR files get loaded into the Java class loader.
It's not entirely clear how you want the class loading to work; do you want A.jar to see A.jar's co ...
  Topic: Get All from GlobalCache without specifying any Key info
stoney

Replies: 11
Views: 8107

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 26, 2016 5:02 am   Subject: Get All from GlobalCache without specifying any Key info
Do you really think we didn't try that already?

2016-07-26 14:00:01.507 194 java.lang.UnsupportedOperationException: This method is not supported
2016-07-26 14:00:01 ...
  Topic: Get All from GlobalCache without specifying any Key info
stoney

Replies: 11
Views: 8107

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 26, 2016 4:43 am   Subject: Get All from GlobalCache without specifying any Key info
This seemed to be a deliberate limitation of the API available from IIB without going for the full Global Cache (and paying the extra license). I might be wrong though.

Here's the Javadoc for the W ...
  Topic: IB 10.0.0.5 REST API (Broker Schema)
stoney

Replies: 12
Views: 7929

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jul 14, 2016 4:45 am   Subject: IB 10.0.0.5 REST API (Broker Schema)
There is also a link between the operation definition in the Swagger document and the subflow implementing that operation.
That link is stored in the hidden and undocumented restapi.descriptor file. ...
  Topic: Behavior of components with common name in different Shared
stoney

Replies: 4
Views: 3605

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 11, 2016 4:37 am   Subject: Behavior of components with common name in different Shared
Resources in shared libraries are always isolated and you cannot access a resource in a shared library without first referencing that shared library.
Application A will not be able to see the subflow ...
  Topic: Same Application, different behavior
stoney

Replies: 10
Views: 6226

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 29, 2016 2:59 pm   Subject: Same Application, different behavior
If the Java procedure is in a library, is that library deployed in multiple applications on the integration server showing the problems?
If this is the case, then you have multiple copies of the same ...
  Topic: IIB 10.0.0.5 Running on AIX?
stoney

Replies: 4
Views: 3296

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 14, 2016 9:34 am   Subject: IIB 10.0.0.5 Running on AIX?
I don't think Toolkit has ever run on anything other than windows/linux...

... or Mac OS X
  Topic: IB 10.0.0.5 REST API (Broker Schema)
stoney

Replies: 12
Views: 7929

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 12, 2016 7:15 am   Subject: IB 10.0.0.5 REST API (Broker Schema)
We don't describe that message flow in the documentation unfortunately.
I think we were trying to pretend that it doesn't exist!
However, now I understand why you are looking to move it, I'll get th ...
  Topic: Used Defined HttpInputNode
stoney

Replies: 4
Views: 2702

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 10, 2016 5:54 am   Subject: Used Defined HttpInputNode
You can create a user defined node that is implemented as a subflow, and add an HTTPInput node to that subflow (along with any other nodes you want).
You can also just put an input node in any subflo ...
  Topic: IB 10.0.0.5 REST API (Broker Schema)
stoney

Replies: 12
Views: 7929

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2016 11:14 pm   Subject: IB 10.0.0.5 REST API (Broker Schema)
Why do you want to do this?
The message flow in that schema is automatically generated and managed by the toolkit.
It is not intended for users to modify it, hence the yellow warning note when you o ...
  Topic: Deleting all resources from one integration server
stoney

Replies: 13
Views: 11389

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 05, 2016 10:41 am   Subject: Deleting all resources from one integration server
You can also clear out the contents of an integration server by deploying an empty BAR file and telling it to delete all deployed resources first:

Windows:
copy NUL empty.bar
mqsideploy IB10NODE ...
  Topic: Finalize clause in PROPAGATE Statement
stoney

Replies: 23
Views: 16959

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 01, 2016 3:58 am   Subject: Finalize clause in PROPAGATE Statement
Now according to knwldge cntre, finalize should make the msg constant. So, after the first propagate statement, so how is it modifying the same message and even the header got changed???

Here's the ...
  Topic: Library chnages not reflecting
stoney

Replies: 4
Views: 2904

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat May 28, 2016 1:11 am   Subject: Library chnages not reflecting
Is the library being deployed as part of an application?
Is the same library already deployed as part of other applications on the same execution group?
Are Java classes with the same package and cl ...
  Topic: Library chnages not reflecting
stoney

Replies: 4
Views: 2904

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri May 27, 2016 11:52 pm   Subject: Library chnages not reflecting
What runtime fix pack are you running?
What type of resources are in the library, and which ones are you updating?
Is it XML Schema files, WSDL files, mapping files, ...?
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next Page 1 of 10

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.