Testing in TIBCO Business Studio™ Container Edition

Procedure

  1. From the File Explorer, navigate to the samples directory and select docker > Container > palette > jms > SSL and double-click tibco.bwce.sample.palette.jms.SSL.
  2. From the Project Explorer expand the tibco.bwce.sample.palette.jms.SSL.application project.
  3. Verify your JDBC connection.
    1. Expand the Resources directory.
    2. Double-click JMSConnectionResource.jmsConnResource.
    3. Click the Test Connection button to verify the connection.
  4. From the Project Explorer expand the Processes folder and theGetQueueMessage.bwp project within that folder.
  5. From the Debug Configuration wizard, expand BusinessWorks Application and select BWApplication.
  6. Click the Applications tab and then click the Deselect All button if you have multiple applications.
  7. Select the checkbox next to tibco.bwce.sample.palette.jms.SSL.application.application.
  8. Click Debug.
    The sample now runs in the debug mode.

    The console window shows engine messages similar to:

    16:08:26.242 [PVM:In-Memory STWorkProcessor:1] INFO c.t.b.p.g.L.t.b.p.j.G.Log - Message=Sending 5 Queue Messages
    16:08:26.292 [PVM:In-Memory STWorkProcessor:1] INFO c.t.b.p.g.L.t.b.p.j.G.Log1 - Message=Finished sending 5 Queue messages. Getting 5 Queue messages...
    16:08:26.303 [PVM:In-Memory STWorkProcessor:3] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 1. Message = This is message number 1
    16:08:26.307 [PVM:In-Memory STWorkProcessor:5] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 2. Message = This is message number 2
    16:08:26.311 [PVM:In-Memory STWorkProcessor:1] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 3. Message = This is message number 3
    16:08:26.315 [PVM:In-Memory STWorkProcessor:3] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 4. Message = This is message number 4
    16:08:26.318 [PVM:In-Memory STWorkProcessor:5] INFO c.t.b.p.g.L.t.b.p.j.G.Log2 - Message=Received message number 5. Message = This is message number 5