Quick Start Guide

Modified on Thu, 17 Jul at 1:49 AM

TLEX Interchange Quick Start Guide

Estimated time: 30-45 minutes
Goal: Set up your first actor and start exchanging data


Prerequisites

Before starting, ensure you have:

  • Basic understanding of data publishing/subscribing concepts
  • Your personalized TLEX URL and activation email

Need help? Contact our support team for guidance.


Step 1: Access Your TLEX Tenant

  1. Go to your personalized URL from the deployment email: https://<your-subdomain>.tlex.cloud
  2. Log in with your email address and the password from your activation email
  3. Forgot password? Use the "Forgot password" link or contact support

Step 2: Key Concepts

ConceptDefinitionExample
ActorsSystems that publish or subscribe to dataYour traffic management system
CapabilitiesData streams with defined metadata constraintsSPAT messages from a specific publisher and region
PoliciesRules defining which actors can consume which capabilitiesTraffic management actors can consume intersection SPAT data

Need more detail? Read our Key Concepts Explained guide


Step 3: Create Your First Actor

  1. Navigate to TLEX Interchange Admin > Local Actors
  2. Click "Create New"
  3. Enter the Common Name (CN):
    • Must contain at least one "." (period)
    • Maximum 64 characters, alphanumeric/hyphens/periods only
    • Example: traffic-mgmt.downtown or cam.publisher.cityname
  4. Click "Create" to generate the actor
  5. Download the certificate bundle and store securely

Important: Share certificates only with authorized contacts via encrypted channels.


Step 4: Define a Data Capability

  1. Go to Own Capabilities
  2. Click on your actor from the list
  3. Click "Create New"
  4. Choose Simple View (recommended for getting started)
  5. Fill in the details:
FieldExample
Publisher IDUK12345
Publication ID PostfixDEV_CAM_02
Message TypeCAM
Protocol VersionCAM:1.4.1
  1. Press "Create" to save and close the dialog
  2. Click "Show Data" on your new capability to review the JSON structure

Step 5: Configure Access Policies

Set up your actor to consume the capability you just created (enables testing).

  1. Navigate to Policies
  2. Click on your actor from the list
  3. Click "Add Capability"
  4. Find your capability (Publisher ID "UK12345", Postfix "DEV_CAM_02")
  5. Click the "+" button next to it
  6. Click "Done"

Why this setup? Your actor can now both publish and consume the same capability, allowing you to test message flow.


Step 6: Set Up Data Flow

Choose how to create endpoints for publishing and consuming data:

Option 1: Static Endpoints (Start Here)Option 2: Dynamic Endpoints (Production)

Description:
Stable AMQP 1.0 endpoints through the web interface.

Best for:

  • Testing
  • Development
  • Low-moderate volumes

Limitations:

  • Single endpoint
  • Less resilient
  • Not suitable for high-volume production
  • Manual configuration required

Next step:
Static Deliveries and Subscriptions Guide

Description:
Programmatically created endpoints via API calls.

Best for:

  • Production
  • High volumes
  • Multiple endpoints
  • High-availability scenarios

Advantages:

  • Scalable
  • More resilient
  • Programmatic control


Next step:
Dynamic Deliveries and Subscriptions Guide

Recommendation: Start with Static for learning, migrate to Dynamic for production.


Step 7: Monitor Your System

Open the TLEX Interchange Dashboard to monitor:

  • Message Metrics: Published and consumed messages by actor and capability
  • Policy Visualization: Current policies in place
  • System Health: Overall data flows and status

Congratulations!

You've successfully set up TLEX Interchange!

Your actor can now publish and consume data. Check the dashboard to see message flow when you start sending test messages.

Ready for production? Consider migrating to dynamic endpoints for higher volumes and better resilience.


Pricing & Support

Pricing: View TLEX pricing tiers

Get Help

Need assistance?


Troubleshooting

IssueSolution
Can't access tenant URLCheck email for correct subdomain, verify account activation
Certificate bundle not downloadingDisable popup blockers, try different browser, ensure Common Name is RFC-compliant
API endpoints not generatingWait 5 minutes, refresh page, contact support if persistent
Data not flowingVerify capability is created, check policy allows consumption, confirm endpoints are configured

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article