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 » WebSphere Message Broker (ACE) Support » IIB Flow : MQ i/p -> MQ JMS Transform -> JMS o/p

Post new topic  Reply to topic
 IIB Flow : MQ i/p -> MQ JMS Transform -> JMS o/p « View previous topic :: View next topic » 
Author Message
arzun.g
PostPosted: Wed May 02, 2018 5:18 pm    Post subject: IIB Flow : MQ i/p -> MQ JMS Transform -> JMS o/p Reply with quote

Newbie

Joined: 12 Oct 2015
Posts: 3
Location: Sydney, NSW, Australia

Hi all,

I'll be very honest as I've no experience of JMS nodes so far.. Apologies..

Problem statement :-
I've a sample message flow, running on (local machine - Windows 7 Enterprise - 64 Bit), using IIB Toolkit (verion 10.0.0.3) & Broker (version 10003).

I need to perform a sample Proof-of-Concept (in my local machine) to put a SOAP/XML message via MQ Input node, which in turn connects to MQ JMS Transform node & to JMS Output node (using BEA Weblogic as JMS Provider).
I'm not using any Compute node to transform (the coding part), yet. Because, all I want to first do is establish a connection between IIB (running JMS flow) and BEA Weblogic & put a message on JMS queue..

From JMS Output node point of view, I can understand few things are required to be configured -

Under Basic properties, I've configured...
'Destination queue' --> jndi://dizzyworldQueue
'Reply to destination' --> { Have left empty }

Under JMS Connection, I've configured...
'JMS provider name' --> BEA Weblogic
'Initial context factory' --> weblogic.jndi.WLInitialContextFactory (Default value which came up once I selected JMS provider name as 'BEA Weblogic')
'Location JNDI bindings' --> { Have left empty }
'Connection factory name' --> { Have left empty }


I've no clue on what to configure 'Location JNDI bindings' & 'Connection factory name'.

On the other hand,
I've installed Oracle Weblogic Server (Version: 12.2.1.3.0 on same local machine) successfully & have configured a sample JMS Queue (eg: dizzyworldQueue) under JMS Module (eg: dizzyworldModule).


Could anyone please help me on what're the things I'm missing in configurations part ?...

Sincere apologies if my problem statement is unclear..I shall try to provide more info, in that case...But, really looking for your help..

Kind regards,
Arjun.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed May 02, 2018 9:15 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

well if you configured the weblogic server you must have set up jms bindings.

Like URL of Initial Connection Factory, URL of jars needed etc ...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
arzun.g
PostPosted: Thu May 03, 2018 1:30 am    Post subject: Reply with quote

Newbie

Joined: 12 Oct 2015
Posts: 3
Location: Sydney, NSW, Australia

Hello fjb_saper,

Thanks for your reply..I've no experience of Weblogic Server 12c either (as I'm an Integration Developer), Apologies for being a pain here..

I've referred Section 3.5 in this link to Install Weblogic Server (on my local machine)- https://docs.oracle.com/cd/E24902_01/doc.91/e18840/install_config_12_1_3.htm#EOHWL223

Post Installation & Wizard Completion & Configurations, I can see 3 sample JMS Modules available in Weblogic Server...
Two of already available JMS Module contains - Just sample 4 Queues
One of them contains - 1 Connection Factory & 3 sample Queues (I'm assuming this is what I require....for establishing connection between IIB flow & put a message on Weblogic Server)

I'm Assuming that JMS Module details with CF & Queue is required for my POC :--
JMS Module Name : WseeSoapjmsJmsModule
Connection Factory Name : com.oracle.webservices.api.jms.ConnectionFactory
Queue Name : com.oracle.webservices.api.jms.RequestQueue

Now, I'm so sorry to take you back to same old school on the following :-

Under Basic properties, I've set below fields to -
'Destination queue' --> jndi://com.oracle.webservices.api.jms.RequestQueue
'Reply to destination' --> { Have left empty }

Under JMS Connection properties, I've set below fields to -
'JMS provider name' --> BEA Weblogic

'Initial context factory' --> weblogic.jndi.WLInitialContextFactory (Default value which came up once I selected JMS provider name as 'BEA Weblogic')
<< I'm assuming to leave this as is & stupdily believing this is different from Connection Factory. >> -- I might need advise here, as well.

'Location JNDI bindings' --> { Have left empty }
<< As I'm doing a POC on local machine to establish connection between broker flow & put a SOAP msg on Weblogic Server,
Should I create some sought of sample Bindings file located on my local machine ? If so, what is the correct approach & how do I create it in first place??.. >>

'Connection factory name' --> { Have left empty }
<< I'm assuming to set this as 'com.oracle.webservices.api.jms.ConnectionFactory'. >> -- I need advise here...

Also, are you're referring to above 2 properties & saying URLs are required for "Initial Connection Factory" & "JARs"...or is this something different??..
Are these things part of IIB message flow configurations (or) more of Weblogic server side configurations...

I'm so sorry to ask so many stupid question everywhere... Request you to please elaborate on this..

I'm really confused & exhausted searching for relevant pages in Google....

Kind regards,
Arjun.
Back to top
View user's profile Send private message
arzun.g
PostPosted: Fri May 04, 2018 12:16 am    Post subject: Reply with quote

Newbie

Joined: 12 Oct 2015
Posts: 3
Location: Sydney, NSW, Australia

Hi Guys,

Moreover , apart from the above , I See 2 JMS Servers in Oracle WebLogic 12c

1. JMS Servers
2. Foreign JNDI Providers

What should I be using here??

Please anyone answer my queries .... Sorry for the trouble ..
Back to top
View user's profile Send private message
junaid
PostPosted: Fri Dec 07, 2018 5:00 am    Post subject: Reply with quote

Acolyte

Joined: 29 Nov 2018
Posts: 58

Hi,

arzun.g have you done with JMS Nodes. If yes kindly share the steps

Regads,
JA
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Dec 07, 2018 5:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Before you integrate with IIB you should get a good understanding of JMS with Weblogic connecting as a java client...
Accessing the correct JNDI etc... I believe you will find a tutorial for that with google. Once you have correctly understood this, setting up the WebLogic provider in IIB will be a breeze.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB Flow : MQ i/p -> MQ JMS Transform -> JMS o/p
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.