Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    [SOLVED] iIT - SM - Internal Queue is not working

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] iIT - SM - Internal Queue is not working
 Login/Join
 
Member
posted
I have channel that is published as application that has internal queue in it. suppose queue name I gave is queue1. and its in application application1.

I published this application and its running on SM / local machine localhost. now I have a flow that I am testing in iIT.

I added internal queue service object on this flow. refereeing to queue name: application1.queue1, or just queue1 or application1.channel1.queue1. but test trace shows, unknown internal queue.

How to access the queue name from PF?

Thanks

This message has been edited. Last edited by: Tamra,
 
Posts: 16 | Registered: July 15, 2016Report This Post
Virtuoso
posted Hide Post
An internal queue can only be accessed by channels or agents that are deployed in the same application. Thus internal to the application.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Guru
posted Hide Post
The following response is from the iWay group:

1. The queue name has nothing to do with the name of the application or a channel or a listener. When you create an internal queue listener, there is a parameter "Name of Internal Queue", which defines the name of the actual queue. So your internal emit service in the pflow should emit the message to that queue, lets say its name is FRED, which has nothing to do with the name of the application/channel/listener.

2. Think of Internal Queues (IQs) as Java in-memory queues. The queue defined by a listener is available only within a given JVM (meaning within a given application/iIA or a managed configuration). If you want to test-run your pflow which has an internal emit service, you need to ensure that the environment you are testing against has that queue up and available. You should be able to achieve this by the following:
* Package your IQ based channel into an iWay Integration Application, then test run your pflow with emit service against that iIA instance. The iIA runs in its own JVM with the running IQ listener and the pflow tested against this JVM executing the IQ Emit should be able to find the queue.
* You can also package the pflow which has the IQ emit + the channel which has IQ listener into the same iIA, deploy it, start it and then run the pflow directly in that iIA. You can run the pflow either from command line such as "flow Name_of_flow" or as part of another channel. For commands accessible from Command prompt you can type in "help" or refer to the manual.

Please let us know if this answers your question.

If this does answer your question then we ask all Focal Point members to update the subject line with Tag your topic with keywords . This way members will know whether the topic has been successfully resolved or not.

Thank your for participating in the Focal Point Forum,
Tamra Colangelo
Focal Point Moderator
Information Builders


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
 
Posts: 487 | Location: Toronto | Registered: June 23, 2009Report This Post
Member
posted Hide Post
Hi Tamra,

Thank you for your response. I have set it up like this and having trouble writing to queue still..

I have application running on SM that has internal queue and process flow that takes the message coming to it and processing it.

I have another application that has test flow, writing to this internal queue, also running on SM as another application.

Message sent to that queuename is not getting captured, Am I missing something? please advise...


WebFOCUS 8
Windows, All Outputs
 
Posts: 16 | Registered: July 15, 2016Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    [SOLVED] iIT - SM - Internal Queue is not working

Copyright © 1996-2020 Information Builders